Makes slime cores indigestible

This commit is contained in:
Screemonster
2018-10-10 12:51:58 +01:00
parent ec3fb80f97
commit f98433b238
2 changed files with 5 additions and 0 deletions

View File

@@ -85,6 +85,9 @@
digest_item(I)
to_update = TRUE
break
//get rid of things like blood drops and gibs that end up in there
else if(istype(A,/obj/effect/decal/cleanable/))
qdel(A)
///////////////////////////// DM_HOLD /////////////////////////////
if(digest_mode == DM_HOLD)

View File

@@ -58,6 +58,8 @@
return FALSE
/obj/item/device/perfect_tele_beacon/digest_act(var/atom/movable/item_storage = null)
return FALSE //Sorta important to not digest your own beacons.
/obj/item/organ/internal/brain/slime/digest_act(var/atom/movable/item_storage = null)
return FALSE //so prometheans can be recovered
/////////////
// Some special treatment