mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes narsie and other singularities getting shuttle crushed (#17622)
* fix * OOP solutions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user