- gave Boom's point pusher and puller things the NOCLIP flag so that they won't get moved around by scrollers.

This commit is contained in:
Christoph Oelckers 2016-10-05 16:27:12 +02:00
parent 2d320a2e86
commit 5b350dcdd5
1 changed files with 2 additions and 0 deletions

View File

@ -75,12 +75,14 @@ ACTOR PointPusher
{ {
+NOBLOCKMAP +NOBLOCKMAP
+INVISIBLE +INVISIBLE
+NOCLIP
} }
ACTOR PointPuller ACTOR PointPuller
{ {
+NOBLOCKMAP +NOBLOCKMAP
+INVISIBLE +INVISIBLE
+NOCLIP
} }
// Bloody gibs ------------------------------------------------------------- // Bloody gibs -------------------------------------------------------------