Skip to content

Commit

Permalink
Adds Quick-E-Burger gear to the loadout. (#20475)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ASmallCuteCat authored Feb 16, 2025
1 parent f3dab68 commit 224f94a
Show file tree
Hide file tree
Showing 10 changed files with 107 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,12 @@
desc = "A military-style corporate peaked cap. This one bears the colors of the Private Military Contracting Group."
icon_state = "pmc_warden_hat_nologo"
item_state = "pmc_warden_hat_nologo"

//goblin.stev's stuff
/obj/item/clothing/head/qeburger_visor
name = "Quick-E-Burger Food Technician Visor"
desc = "For stylish employees on the retail grind, the Quick-E-Burger Food Technician Visor is the latest in form-first fashion! Supplied and manufactured in bulk by Quick-E-Burger's parent company, Orion Express, the Food Technician Visor is equipped with an innovative easy-to-use velcro headstrap to keep the company's prime product sky-high, and its light-resistant plastic visor is perfect for keeping sun, lights, and disappointed family-members alike out of employees' eyes!"
icon = 'icons/obj/clothing/hats/orion.dmi'
icon_state = "quickeburger_visorcap"
item_state = "quickeburger_visorcap"
contained_sprite = TRUE
7 changes: 7 additions & 0 deletions code/modules/clothing/head/soft_caps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,10 @@
desc = "A peaked cap in a brown colour with a purple brim."
icon_state = "custodian_orion"
item_state = "custodian_orion"

//goblin.stev's stuff
/obj/item/clothing/head/softcap/orion
name = "Orion Softcap"
desc = "A company-issue Orion Express cap. For overworked employees that value corporate pride over protection."
icon_state = "orion"
item_state = "orion"
14 changes: 14 additions & 0 deletions code/modules/clothing/under/accessories/accessory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,20 @@
/obj/item/reagent_containers/food/drinks/bottle,
/obj/item/material/knife
)
// goblinstev's stuff
/obj/item/clothing/accessory/apron/qeburgerapron
name = "Quick-E-Burger Food Technician Apron"
desc = "For industrious employees hard at work, the Quick-E-Burger Food Technician Apron is the perfect protection! Supplied and manufactured in bulk by Quick-E-Burger's parent company, Orion Express, the Food Technician Apron is constructed from highly-resistant rubber with ergonomic quick-fastening security straps to ensure it can be made to fit any employee, of any species, anywhere!"
icon = 'icons/clothing/suits/quickeburger_apron.dmi'
icon_state = "quickeburger_apron"
item_state = "quickeburger_apron"
allowed = list(
/obj/item/reagent_containers/food/drinks/shaker,
/obj/item/material/kitchen/utensil,
/obj/item/reagent_containers/food/condiment,
/obj/item/reagent_containers/food/drinks/bottle,
/obj/item/material/knife
)
/********** Aprons End **********/

/********** Overalls Start **********/
Expand Down
9 changes: 9 additions & 0 deletions code/modules/clothing/under/jobs/civilian.dm
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,12 @@
icon_state = "ee_captain"
item_state = "ee_captain"
contained_sprite = TRUE

//goblin.stev's stuff
/obj/item/clothing/under/qeburgerjumpsuit
name = "Quick-E-Burger Food Technician Jumpsuit"
desc = "For valued employees on the go, the Quick-E-Burger Food Technician Jumpsuit is the perfect attire! Supplied and manufactured in bulk by Quick-E-Burger's parent company, Orion Express, the Food Technician Jumpsuit is lavishly appointed with a one-size-doesn't-quite-fit-anyone design, including a state-of-the-art button-up fastening system designed to enable quick and easy employee repair!"
icon = 'icons/clothing/under/uniforms/orion.dmi'
icon_state = "quickeburger_jumpsuit"
item_state = "quickeburger_jumpsuit"
contained_sprite = TRUE
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# - (fixes bugs)
# wip
# - (work in progress)
# qol
# - (quality of life)
# soundadd
# - (adds a sound)
# sounddel
# - (removes a sound)
# rscadd
# - (adds a feature)
# rscdel
# - (removes a feature)
# imageadd
# - (adds an image or sprite)
# imagedel
# - (removes an image or sprite)
# spellcheck
# - (fixes spelling or grammar)
# experiment
# - (experimental change)
# balance
# - (balance changes)
# code_imp
# - (misc internal code change)
# refactor
# - (refactors code)
# config
# - (makes a change to the config files)
# admin
# - (makes changes to administrator tools)
# server
# - (miscellaneous changes to server)
#################################

# Your name.
author: ASmallCuteCat

# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True

# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Added Quick-E-Burger themed gear and an Orion softcap to the loadout."
- imageadd: "Added goblin.stev's sprites for an Orion Express softcap and Quick-E-Burger visor, jumpsuit, and apron."
Binary file added icons/clothing/suits/quickeburger_apron.dmi
Binary file not shown.
Binary file added icons/clothing/under/uniforms/orion.dmi
Binary file not shown.
Binary file added icons/obj/clothing/hats/orion.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/hats/soft_caps.dmi
Binary file not shown.

0 comments on commit 224f94a

Please sign in to comment.