mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
@@ -21,4 +21,13 @@
|
|||||||
|
|
||||||
CanPass(atom/movable/mover, turf/target, height=0, air_group=0)
|
CanPass(atom/movable/mover, turf/target, height=0, air_group=0)
|
||||||
if(istype(mover) && mover.checkpass(PASSBLOB)) return 1
|
if(istype(mover) && mover.checkpass(PASSBLOB)) return 1
|
||||||
return 0
|
return !density
|
||||||
|
|
||||||
|
/obj/effect/blob/shield/New()
|
||||||
|
..()
|
||||||
|
update_nearby_tiles()
|
||||||
|
|
||||||
|
/obj/effect/blob/shield/Destroy()
|
||||||
|
density = 0
|
||||||
|
update_nearby_tiles()
|
||||||
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user