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:
Greenjoe12345
2026-01-28 06:43:44 +00:00
committed by GitHub
parent 1eee97ade2
commit d6653ee3aa
18 changed files with 313 additions and 30 deletions
@@ -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