mirror of
https://github.com/ZDoom/Raze.git
synced 2025-03-13 20:42:11 +00:00
- fixed: Duke's Freezer projectile needs the CANHURTSHOOTER flag.
This commit is contained in:
parent
c5ee7cf338
commit
10d88ecf1e
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ class DukeFreezeBlast : DukeProjectile
|
|||
+FREEZEDAMAGE;
|
||||
+REFLECTIVE;
|
||||
+NOHITJIBS;
|
||||
+CANHURTSHOOTER;
|
||||
}
|
||||
|
||||
override bool postmoveeffect(CollisionData coll)
|
||||
|
|
Loading…
Reference in a new issue