mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-28 02:52:01 +00:00
Adds Europan Coat (#9901)
* makes suit toggle less bad * the change * damn you merasmus * kill pokemon * e * cha * accomidations * e * finaly * hangerfix * w * aligns the labcoat item states * changelawg * Update wezzy_buttonfix.yml * Update wezzy_buttonfix.yml * Update wezzy_buttonfix.yml * Update code/modules/customitems/item_defines.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/modules/clothing/suits/jobs.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * Update code/modules/clothing/suits/storage.dm Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> * Adds Europan Coat ! NOTE ! PR CREATED WITH DEPENDENCY ON #9862! MERGE THAT FIRST! - rscadd: "Adds a recolorable submariner's coat to the loadout. Europan lore!" - rscadd: "Adds a new subtype to toggleable storage suits - the overlay. Allows for both a constant and a variable color in a colorable coat." * return of the paint can * Update code/game/objects/items/weapons/paint.dm Co-authored-by: fernerr <35879136+fernerr@users.noreply.github.com> * fixes * e * ea sports * a * dinger * honky tonk man * iac vest merge conflict fix * some defines Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it> Co-authored-by: fernerr <35879136+fernerr@users.noreply.github.com>
This commit is contained in:
@@ -321,3 +321,8 @@
|
||||
coat["feminine chokha"] = /obj/item/clothing/suit/storage/vysoka_f
|
||||
coat["masculine chokha"] = /obj/item/clothing/suit/storage/vysoka_m
|
||||
gear_tweaks += new/datum/gear_tweak/path(coat)
|
||||
|
||||
/datum/gear/suit/submariner
|
||||
display_name = "submariner jacket"
|
||||
path = /obj/item/clothing/suit/storage/toggle/overlay/submariner
|
||||
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION
|
||||
|
||||
Reference in New Issue
Block a user