raze/wadsrc/static/zscript/games/duke/actors/toiletwater.zs

16 lines
196 B
Text
Raw Normal View History

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