mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Tajaran tea and drug expansion (#21651)
Adds two tajaran teas to the game, Messa's Tear and ras'nif. These can be found in the loadout and the bar, as well as random warehouse spawns. Adds solar salve, a legal herbal substance from Adhomai, found in the loadout and warehouse spawns. Also performs some tweaks to the Konyang teas in order to make brewing teas with them easier. --------- Signed-off-by: Greenjoe12345 <33647525+Greenjoe12345@users.noreply.github.com>
This commit is contained in:
@@ -546,5 +546,16 @@ STOCK_ITEM_COMMON(flagbox, 3)
|
||||
var/type = pick(flagbox_type)
|
||||
new type(L)
|
||||
|
||||
STOCK_ITEM_COMMON(teatin, 3)
|
||||
var/list/teatin_type = list(
|
||||
/obj/item/storage/box/unique/tea,
|
||||
/obj/item/storage/box/unique/tea/tieguanyin,
|
||||
/obj/item/storage/box/unique/tea/jaekseol,
|
||||
/obj/item/storage/box/unique/tea/messa,
|
||||
/obj/item/storage/box/unique/tea/rasnif
|
||||
)
|
||||
var/type = pick(teatin_type)
|
||||
new type(L)
|
||||
|
||||
STOCK_ITEM_COMMON(nothing, 0)
|
||||
// do nothing
|
||||
|
||||
Reference in New Issue
Block a user