mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-28 07:07:08 +01:00
14 lines
549 B
Plaintext
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
|