- 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
+INVISIBLE
+NOCLIP
}
ACTOR PointPuller
{
+NOBLOCKMAP
+INVISIBLE
+NOCLIP
}
// Bloody gibs -------------------------------------------------------------