mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 00:42:08 +00:00
- RRRA: Mama Jackalope's poison cloud did no damage
This needs an active statnum to work.
This commit is contained in:
parent
c4cb44f5f0
commit
428425b6dc
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class RedneckMamaCloud : DukeActor
|
|||
self.pos.X += frandom(-64, 64);
|
||||
self.pos.Y += frandom(-64, 64);
|
||||
self.pos.Z += frandom(-4, 4);
|
||||
self.ChangeStat(STAT_ACTOR);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue