This commit is contained in:
kevinz000
2020-06-15 20:28:59 -07:00
parent b28b348d72
commit 5c4c416dcf
36 changed files with 52 additions and 86 deletions

View File

@@ -48,6 +48,7 @@ var/list/blobs = list()
// Blob tiles are not actually dense so we need Special Code(tm).
/obj/structure/blob/CanAllowThrough(atom/movable/mover, turf/target)
. = ..()
if(istype(mover) && mover.checkpass(PASSBLOB))
return TRUE
else if(istype(mover, /mob/living))
@@ -58,7 +59,6 @@ var/list/blobs = list()
var/obj/item/projectile/P = mover
if(istype(P.firer) && P.firer.faction == "blob")
return TRUE
return FALSE
/obj/structure/blob/examine(mob/user)
..()
@@ -303,4 +303,4 @@ var/list/blobs = list()
qdel(src)
/turf/simulated/wall/blob_act()
take_damage(100)
take_damage(100)