raze/wadsrc/static/zscript/games/duke/actors/toiletwater.zs
Christoph Oelckers ccc048136f - exported TOILETWATER, BURNING and EXPLOSION2.
All types needed for cleaning up PicForName
2023-04-02 13:00:13 +02:00

13 lines
165 B
Text

class DukeToiletWater : DukeActor
{
default
{
pic "TOILETWATER";
}
override void Initialize()
{
self.shade = -16;
self.changeStat(STAT_STANDABLE);
}
}