mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Made gurgle bones digestible and trash-edible
This commit is contained in:
@@ -137,6 +137,7 @@ var/global/list/edible_trash = list(/obj/item/broken_device,
|
|||||||
/obj/item/stack/material/cardboard,
|
/obj/item/stack/material/cardboard,
|
||||||
/obj/item/toy,
|
/obj/item/toy,
|
||||||
/obj/item/trash,
|
/obj/item/trash,
|
||||||
|
/obj/item/weapon/digestion_remains,
|
||||||
/obj/item/weapon/bananapeel,
|
/obj/item/weapon/bananapeel,
|
||||||
/obj/item/weapon/bone,
|
/obj/item/weapon/bone,
|
||||||
/obj/item/weapon/broken_bottle,
|
/obj/item/weapon/broken_bottle,
|
||||||
|
|||||||
@@ -60,8 +60,6 @@
|
|||||||
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)
|
/obj/item/organ/internal/brain/slime/digest_act(var/atom/movable/item_storage = null)
|
||||||
return FALSE //so prometheans can be recovered
|
return FALSE //so prometheans can be recovered
|
||||||
/obj/item/weapon/digestion_remains/digest_act(var/atom/movable/item_storage = null)
|
|
||||||
return FALSE //Don't digest stuff we intentionally made
|
|
||||||
|
|
||||||
/////////////
|
/////////////
|
||||||
// Some special treatment
|
// Some special treatment
|
||||||
|
|||||||
Reference in New Issue
Block a user