raze/wadsrc/static/zscript/games/duke/actors/vacation/dragon.zs

12 lines
No EOL
160 B
Text

class VacationDragon : DukeActor // DRAGON (2120)
{
const DRAGONSTRENGTH = 50;
default
{
+INTERNAL_BADGUY;
+KILLCOUNT;
Strength DRAGONSTRENGTH;
}
}