mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Adds a bottle of ambrosia extract to the loadout (#21316)
As the title says. Useful for stoners that prefer edibles and drinkables.
This commit is contained in:
@@ -207,4 +207,5 @@
|
||||
legal_rec["Snowflake pills"] = /obj/item/storage/pill_bottle/snowflake
|
||||
legal_rec["Psilocybin pills"] = /obj/item/storage/pill_bottle/psilocybin
|
||||
legal_rec["Wulumunusha extract bottle"] = /obj/item/reagent_containers/food/condiment/wulumunusha
|
||||
legal_rec["Ambrosia extract bottle"] = /obj/item/reagent_containers/food/condiment/ambrosia
|
||||
gear_tweaks += new /datum/gear_tweak/path(legal_rec)
|
||||
|
||||
@@ -460,6 +460,13 @@
|
||||
fixed_state = TRUE
|
||||
reagents_to_add = list(/singleton/reagent/wulumunusha = 30)
|
||||
|
||||
/obj/item/reagent_containers/food/condiment/ambrosia
|
||||
name = "ambrosia extract bottle"
|
||||
desc = "A small dropper bottle full of a stoner's paradise. The label warns of lethargy and confusion as a side effect, and cautions against operating heavy machinery while under the influence."
|
||||
icon_state = "ambrosiaextract"
|
||||
fixed_state = TRUE
|
||||
reagents_to_add = list(/singleton/reagent/drugs/ambrosia_extract = 30)
|
||||
|
||||
/obj/item/reagent_containers/food/condiment/diet_diesel
|
||||
name = "diet diesel bottle"
|
||||
desc = "A Hephaestus-trademarked jar, containing some kind of unpleasant-smelling gray sludge. The label says it's for Diona-based consumption only."
|
||||
|
||||
Reference in New Issue
Block a user