mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Makes IDs trash eater-able (#17516)
Added IDs to the list of edible trash eater items. Just like PDA's they require the owner to be watching when they're eaten. Fixed PDA eating warning messages not being visible.
This commit is contained in:
@@ -244,7 +244,8 @@ var/global/list/edible_trash = list(/obj/item/broken_device,
|
||||
/obj/item/entrepreneur,
|
||||
/obj/item/capture_crystal,
|
||||
/obj/item/roulette_ball,
|
||||
/obj/item/pizzabox
|
||||
/obj/item/pizzabox,
|
||||
/obj/item/card/id
|
||||
)
|
||||
|
||||
var/global/list/contamination_flavors = list(
|
||||
|
||||
Reference in New Issue
Block a user