- RRRA: Mama Jackalope's poison cloud did no damage

This needs an active statnum to work.
This commit is contained in:
Christoph Oelckers 2023-06-19 20:57:27 +02:00
parent c4cb44f5f0
commit 428425b6dc

View file

@ -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);
}
}