mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Merge pull request #7949 from Iamgoofball/patch-33
Fixes blobs flinging/pulling themselves and anchored objects
This commit is contained in:
@@ -151,7 +151,7 @@ datum/reagent/blob/explosive/reaction_mob(var/mob/living/M as mob, var/method=TO
|
||||
var/turf/pull = get_turf(M)
|
||||
for(var/atom/movable/X in orange(4,pull))
|
||||
if(istype(X, /atom/movable))
|
||||
if((X))
|
||||
if((X) && !X.anchored)
|
||||
if(setting_type)
|
||||
step_away(X,pull)
|
||||
step_away(X,pull)
|
||||
|
||||
Reference in New Issue
Block a user