Classes:AlienCeilingBubble
From ZDoom Wiki
| Alien ceiling bubble | |||
|---|---|---|---|
| Actor type | Light source | Game | |
| DoomEd Number | 223 | Class Name | AlienCeilingBubble |
| Conversation ID | 292 | Puzzle Item ID | N/A |
Classes: AlienCeilingBubble
This actor needs a description.
DECORATE definition
ACTOR AlienCeilingBubble 223
{
Game Strife
Radius 16
Height 72
+SOLID +SPAWNCEILING +NOGRAVITY
ConversationID 292, -1, -1
ActiveSound "ambient/alien4"
States
{
Spawn:
BUBC A 4 A_LoopActiveSound
Loop
}
}

