mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Prevents blob from growing over asteroid walls
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
update_icon()
|
update_icon()
|
||||||
|
|
||||||
/obj/effect/blob/proc/expand(var/turf/T)
|
/obj/effect/blob/proc/expand(var/turf/T)
|
||||||
if(istype(T, /turf/unsimulated/) || istype(T, /turf/space))
|
if(istype(T, /turf/unsimulated/) || istype(T, /turf/space) || (istype(T, /turf/simulated/mineral) && T.density))
|
||||||
return
|
return
|
||||||
if(istype(T, /turf/simulated/wall))
|
if(istype(T, /turf/simulated/wall))
|
||||||
var/turf/simulated/wall/SW = T
|
var/turf/simulated/wall/SW = T
|
||||||
|
|||||||
Reference in New Issue
Block a user