Fixes narsie and other singularities getting shuttle crushed (#17622)

* fix

* OOP solutions
This commit is contained in:
Charlie
2022-04-20 12:27:42 +01:00
committed by GitHub
parent 58ee8f7562
commit ab46ce2626
4 changed files with 6 additions and 1 deletions
+2
View File
@@ -595,6 +595,8 @@
for(var/atom/movable/AM in T1)
if(AM.pulledby)
AM.pulledby.stop_pulling()
if(AM.flags_2 & IMMUNE_TO_SHUTTLECRUSH_2)
continue
if(ismob(AM))
var/mob/M = AM
if(M.buckled)