mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +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/toy,
|
||||
/obj/item/trash,
|
||||
/obj/item/weapon/digestion_remains,
|
||||
/obj/item/weapon/bananapeel,
|
||||
/obj/item/weapon/bone,
|
||||
/obj/item/weapon/broken_bottle,
|
||||
|
||||
@@ -60,8 +60,6 @@
|
||||
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
|
||||
/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
|
||||
|
||||
Reference in New Issue
Block a user