mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #4351 from Screemonster/nogurgletheblurble
Makes promethean cores indigestible
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user