mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Makes slime cores indigestible
This commit is contained in:
@@ -85,6 +85,9 @@
|
|||||||
digest_item(I)
|
digest_item(I)
|
||||||
to_update = TRUE
|
to_update = TRUE
|
||||||
break
|
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 /////////////////////////////
|
///////////////////////////// DM_HOLD /////////////////////////////
|
||||||
if(digest_mode == DM_HOLD)
|
if(digest_mode == DM_HOLD)
|
||||||
|
|||||||
@@ -58,6 +58,8 @@
|
|||||||
return FALSE
|
return FALSE
|
||||||
/obj/item/device/perfect_tele_beacon/digest_act(var/atom/movable/item_storage = null)
|
/obj/item/device/perfect_tele_beacon/digest_act(var/atom/movable/item_storage = null)
|
||||||
return FALSE //Sorta important to not digest your own beacons.
|
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
|
// Some special treatment
|
||||||
|
|||||||
Reference in New Issue
Block a user