Merge pull request #4351 from Screemonster/nogurgletheblurble

Makes promethean cores indigestible
This commit is contained in:
Spades
2018-11-26 08:59:28 -05:00
committed by GitHub
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