mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 21:12:12 +00:00
19 lines
324 B
Text
19 lines
324 B
Text
|
/***************************************************************************/
|
||
|
//
|
||
|
// shown for respawning Doom and Strife items
|
||
|
//
|
||
|
/***************************************************************************/
|
||
|
|
||
|
ACTOR ItemFog
|
||
|
{
|
||
|
+NOBLOCKMAP
|
||
|
+NOGRAVITY
|
||
|
States
|
||
|
{
|
||
|
Spawn:
|
||
|
IFOG ABABCDE 6 BRIGHT
|
||
|
Stop
|
||
|
}
|
||
|
}
|
||
|
|