mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Some trash eater tweaks and additions.
-Adds a bunch of new low exploitability stuff to the garbo snack menu for suggested scene/fun shenanigans. (small non-storage gear (hat/mask/glasses/gloves/shoes), PDA, headset, organs, more toys, bones, broken emags, busted circuitry, lighters, bottles, lifecrystal cases) -The PDAs give a warning and a delay time if owned, and come with an additional confirmation popup if they also contain an ID. -Also fixed a bug that would cause "partially-digested" PDAs to forget the existence their IDs and thus make them unrecoverable until the PDA is deleted. (introduced by the gradual gurgles update)
This commit is contained in:
@@ -127,41 +127,54 @@ var/global/list/tf_egg_types = list(
|
||||
"Xenochimera" = /obj/structure/closet/secure_closet/egg/scree,
|
||||
"Xenomorph" = /obj/structure/closet/secure_closet/egg/xenomorph)
|
||||
|
||||
var/global/list/edible_trash = list(/obj/item/trash,
|
||||
var/global/list/edible_trash = list(/obj/item/broken_device,
|
||||
/obj/item/clothing/mask,
|
||||
/obj/item/clothing/glasses,
|
||||
/obj/item/clothing/gloves,
|
||||
/obj/item/clothing/head,
|
||||
/obj/item/clothing/shoes,
|
||||
/obj/item/device/aicard,
|
||||
/obj/item/device/flashlight,
|
||||
/obj/item/toy/figure,
|
||||
/obj/item/weapon/cigbutt,
|
||||
/obj/item/weapon/bananapeel,
|
||||
/obj/item/stack/material/cardboard,
|
||||
/obj/item/weapon/light,
|
||||
/obj/item/weapon/paper,
|
||||
/obj/item/weapon/broken_bottle,
|
||||
/obj/item/weapon/reagent_containers/food,
|
||||
/obj/item/device/mmi/digital/posibrain,
|
||||
/obj/item/device/paicard,
|
||||
/obj/item/device/pda,
|
||||
/obj/item/device/radio/headset,
|
||||
/obj/item/inflatable/torn,
|
||||
/obj/item/weapon/flame/match,
|
||||
/obj/item/clothing/mask/smokable,
|
||||
/obj/item/weapon/storage/wallet,
|
||||
/obj/item/weapon/spacecash,
|
||||
/obj/item/broken_device,
|
||||
/obj/item/organ,
|
||||
/obj/item/stack/material/cardboard,
|
||||
/obj/item/toy,
|
||||
/obj/item/trash,
|
||||
/obj/item/weapon/bananapeel,
|
||||
/obj/item/weapon/bone,
|
||||
/obj/item/weapon/broken_bottle,
|
||||
/obj/item/weapon/card/emag_broken,
|
||||
/obj/item/weapon/cigbutt,
|
||||
/obj/item/weapon/circuitboard/broken,
|
||||
/obj/item/weapon/clipboard,
|
||||
/obj/item/weapon/corncob,
|
||||
/obj/item/weapon/dice,
|
||||
/obj/item/weapon/flame,
|
||||
/obj/item/weapon/light,
|
||||
/obj/item/weapon/lipstick,
|
||||
/obj/item/weapon/material/shard,
|
||||
/obj/item/weapon/newspaper,
|
||||
/obj/item/weapon/paper,
|
||||
/obj/item/weapon/paperplane,
|
||||
/obj/item/weapon/pen,
|
||||
/obj/item/weapon/photo,
|
||||
/obj/item/weapon/storage/box/wings,
|
||||
/obj/item/weapon/storage/box/matches,
|
||||
/obj/item/weapon/storage/fancy/cigarettes,
|
||||
/obj/item/weapon/storage/fancy/egg_box,
|
||||
/obj/item/weapon/storage/fancy/candle_box,
|
||||
/obj/item/weapon/storage/fancy/crayons,
|
||||
/obj/item/weapon/dice,
|
||||
/obj/item/weapon/newspaper,
|
||||
/obj/item/weapon/reagent_containers/food,
|
||||
/obj/item/weapon/reagent_containers/glass/bottle,
|
||||
/obj/item/weapon/reagent_containers/glass/rag,
|
||||
/obj/item/weapon/lipstick,
|
||||
/obj/item/weapon/soap,
|
||||
/obj/item/weapon/material/shard,
|
||||
/obj/item/device/paicard,
|
||||
/obj/item/device/mmi/digital/posibrain,
|
||||
/obj/item/device/aicard)
|
||||
/obj/item/weapon/spacecash,
|
||||
/obj/item/weapon/storage/box/khcrystal,
|
||||
/obj/item/weapon/storage/box/matches,
|
||||
/obj/item/weapon/storage/box/wings,
|
||||
/obj/item/weapon/storage/fancy/candle_box,
|
||||
/obj/item/weapon/storage/fancy/cigarettes,
|
||||
/obj/item/weapon/storage/fancy/crayons,
|
||||
/obj/item/weapon/storage/fancy/egg_box,
|
||||
/obj/item/weapon/storage/wallet)
|
||||
|
||||
var/global/list/cont_flavors = list(
|
||||
"Generic" = cont_flavors_generic,
|
||||
|
||||
Reference in New Issue
Block a user