Adds Quick-E-Burger gear to the loadout. (#20475)

This PR adds four new items for Orion Express characters. They can be
found in the Factions tab of the loadout.

Orion Softcap - found under "orion headwear selection"
Quick-E-Burger Apron
Quick-E-Burger Jumpsuit
Quick-E-Burger visor

All credit for the sprites goes to goblin.stev, I only did the funny
words that make them work ingame.
This commit is contained in:
ASmallCuteCat
2025-02-16 14:06:14 -05:00
committed by GitHub
parent f3dab68568
commit 224f94ac07
10 changed files with 107 additions and 0 deletions
@@ -760,6 +760,7 @@ var/datum/gear_tweak/modsuit_configuration/gear_tweak_modsuit_configuration = ne
orion_labcoats["orion corporate jacket, alt"] = /obj/item/clothing/suit/storage/toggle/corp/orion/alt
orion_labcoats["orion winter coat"] = /obj/item/clothing/suit/storage/hooded/wintercoat/orion
orion_labcoats["orion winter coat, alt"] = /obj/item/clothing/suit/storage/hooded/wintercoat/orion/alt
orion_labcoats["Quick-E-Burger apron"] = /obj/item/clothing/accessory/apron/qeburgerapron
gear_tweaks += new /datum/gear_tweak/path(orion_labcoats)
/datum/gear/faction/orion_headwear
@@ -775,8 +776,16 @@ var/datum/gear_tweak/modsuit_configuration/gear_tweak_modsuit_configuration = ne
orion_headwear["beret, orion"] = /obj/item/clothing/head/beret/corporate/orion
orion_headwear["orion woolen hat"] = /obj/item/clothing/head/wool/orion
orion_headwear["orion woolen hat, alt"] = /obj/item/clothing/head/wool/orion/alt
orion_headwear["orion softcap"] = /obj/item/clothing/head/softcap/orion
orion_headwear["Quick-E-Burger visor"] = /obj/item/clothing/head/qeburger_visor
gear_tweaks += new /datum/gear_tweak/path(orion_headwear)
/datum/gear/faction/orion_qeburger_suit
display_name = "Quick-E-Burger jumpsuit"
description = "A jumpsuit for employees of Quick-E-Burger."
path = /obj/item/clothing/under/qeburgerjumpsuit
faction = "Orion Express"
//SCC
/datum/gear/faction/scc_armband
display_name = "SCC armband"