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