Files
2023-01-18 21:27:19 -03:00

14 lines
549 B
Plaintext

/obj/item/reagent_containers/glass/bottle/mutetoxin
name = "Mute Toxin Bottle"
desc = "A small bottle of Mute Toxin. It stops the user from speaking."
icon_state = "bottle20"
list_reagents = list(/datum/reagent/toxin/mutetoxin = 30)
/obj/item/reagent_containers/glass/bottle/plushmium
name = "\improper Plushmium Bottle"
desc = "A small bottle of Plushmium. Seems almost fluffy, if not for it being a liquid."
icon_state = "bottle20"
list_reagents = list(/datum/reagent/fermi/plushmium = 5)
possible_transfer_amounts = list(5)
volume = 5