0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-02-28 23:01:44 +00:00
qzdoom/wadsrc/static/zscript/shared/secrettrigger.txt
Christoph Oelckers 9e2830a3db - converted the rest of actors/shared.
- moved damagetype definitions to MAPINFO. These were in DECORATE which is not correct. The old code is left for compatibility.
2016-10-14 10:46:15 +02:00

12 lines
109 B
Text

class SecretTrigger : Actor native
{
default
{
+NOBLOCKMAP
+NOSECTOR
+NOGRAVITY
+DONTSPLASH
}
}