mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Skrell recreational additions: 2 brands of cigarettes, 2 brands of chewing tobacco, wulumunusha cigarettes (#16091)
* initial commit with placeholders - adds wulumunusha cigarette variant - adds federation (tobacco) and traverse (wulu) cigarette packets w/ placeholder names and description * initial fixes + changes for skrell team - fixes sprite names - removes the initial_affect from wulu extract; it's slow-acting, there should be no instantaneously noticeable effect - traverse cigarettes no longer contain wulu, and instead are now mentholated with dyn - traverse cigarettes are now added to vendors - separate wulu cigarette added as a placeholder pending lore decision * chewing tobacco and brand names - brand names - regular and menthol (dyn) chewables added - added to loadout/vendors - sprite changes * descriptions + flavours - added descriptions given by skrell team - changed contents to give proper flavour messages * cl, and wulu flavour description - adds cl - changes wulu flavour desc - restricts diona from selecting the wulu pouch * fixes - adds wulu cigarette description * updates packet descriptions - short and wide * pedantic description change the old description bothered me * adverbs of frequency go before the verb * Update code/game/objects/items/weapons/cigs_lighters.dm erroneous comma Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * ash-tray to ashtray on all the descriptions whilst we're here and wulu desc changed by brotendo's request * Typo Fix --------- Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
@@ -55,6 +55,8 @@
|
||||
cigarettes["Working Tajara cigarette packet"] = /obj/item/storage/box/fancy/cigarettes/pra
|
||||
cigarettes["Shastar Leaves cigarette packet"] = /obj/item/storage/box/fancy/cigarettes/dpra
|
||||
cigarettes["Royal Choice cigarette packet"] = /obj/item/storage/box/fancy/cigarettes/nka
|
||||
cigarettes["Eriuyushi Sunset cigarette packet"] = /obj/item/storage/box/fancy/cigarettes/federation
|
||||
cigarettes["Xaqixal Dyn Fields cigarette packet"] = /obj/item/storage/box/fancy/cigarettes/dyn
|
||||
gear_tweaks += new /datum/gear_tweak/path(cigarettes)
|
||||
|
||||
/datum/gear/smoking/chew
|
||||
@@ -70,6 +72,8 @@
|
||||
chews["Rredouane Cuts chewing tobacco"] = /obj/item/storage/chewables/tobacco/bad
|
||||
chews["Mendell Smooth chewing tobacco"] = /obj/item/storage/chewables/tobacco
|
||||
chews["Taba-Kamu chewing tobacco"] = /obj/item/storage/chewables/tobacco/fine
|
||||
chews["Leviathan Chew chewing tobacco"] = /obj/item/storage/chewables/tobacco/federation
|
||||
chews["Weibi's Breeze chewing tobacco"] = /obj/item/storage/chewables/tobacco/dyn
|
||||
chews["box of Nico-Tine gum"] = /obj/item/storage/box/fancy/chewables/tobacco/nico
|
||||
gear_tweaks += new /datum/gear_tweak/path(chews)
|
||||
|
||||
|
||||
@@ -136,6 +136,13 @@
|
||||
sort_category = "Xenowear - Skrell"
|
||||
flags = GEAR_NO_SELECTION
|
||||
|
||||
/datum/gear/wulu_pouch
|
||||
display_name = "wulumunusha joint pouch"
|
||||
path = /obj/item/storage/box/fancy/cigarettes/wulu
|
||||
whitelisted = list(SPECIES_SKRELL, SPECIES_SKRELL_AXIORI)
|
||||
sort_category = "Xenowear - Skrell"
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/ears/skrell/goop
|
||||
display_name = "glowing algae"
|
||||
path = /obj/item/clothing/ears/skrell/goop
|
||||
|
||||
Reference in New Issue
Block a user