diff --git a/code/modules/clothing/head/misc.dm b/code/modules/clothing/head/misc.dm index ec8a31e94ae..395d3c81a06 100644 --- a/code/modules/clothing/head/misc.dm +++ b/code/modules/clothing/head/misc.dm @@ -657,6 +657,14 @@ icon_state = "konyang_police_lieutenant_hat" item_state = "konyang_police_lieutenant_hat" +/obj/item/clothing/head/konyang/burger + name = "\improper UP! Burger cap" + desc = "An astoundingly bright orange hat, worn by employees of UP! Burger (or Burger UP!, depending on preference), a Gwok Group subsidiary." + icon = 'icons/clothing/under/uniforms/konyang_uniforms.dmi' + icon_state = "upburger-cap" + item_state = "upburger-cap" + contained_sprite = TRUE + /obj/item/clothing/head/helmet/konyang name = "konyang army helmet" desc = "A woodland colored helmet made from advanced ceramic." diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index a5a346105a3..5d0b0ff1f73 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -716,3 +716,11 @@ icon_state = "pachrom" item_state = "pachrom" armor = null + +/obj/item/clothing/under/rank/konyang/burger + name = "\improper UP! Burger uniform" + desc = "An astoundingly bright orange uniform, worn by employees of UP! Burger (or Burger UP!, depending on preference), a Gwok Group subsidiary." + icon_state = "upburger" + item_state = "upburger" + contained_sprite = TRUE + has_sensor = SUIT_NO_SENSORS diff --git a/html/changelogs/RustingWithYou - burg.yml b/html/changelogs/RustingWithYou - burg.yml new file mode 100644 index 00000000000..4e5b4dce81f --- /dev/null +++ b/html/changelogs/RustingWithYou - burg.yml @@ -0,0 +1,41 @@ +################################ +# 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 +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: RustingWithYou + +# 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, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Adds a uniform for the Point Verdant fast food employee." diff --git a/icons/clothing/under/uniforms/konyang_uniforms.dmi b/icons/clothing/under/uniforms/konyang_uniforms.dmi index 9d873c0b9e4..37dca74aed3 100644 Binary files a/icons/clothing/under/uniforms/konyang_uniforms.dmi and b/icons/clothing/under/uniforms/konyang_uniforms.dmi differ diff --git a/maps/away/away_site/konyang/point_verdant/point_verdant_ghostroles.dm b/maps/away/away_site/konyang/point_verdant/point_verdant_ghostroles.dm index 34f0fcb5fe6..c5a99ece2a8 100644 --- a/maps/away/away_site/konyang/point_verdant/point_verdant_ghostroles.dm +++ b/maps/away/away_site/konyang/point_verdant/point_verdant_ghostroles.dm @@ -261,7 +261,7 @@ /datum/ghostspawner/human/konyang_gwok short_name = "konyang_gwok" - name = "Gwok Group Employee" + name = "UP! Burger Employee" desc = "Sell fast food and other Gwok-brand merchandise! Explain why the soft-serve machine is broken again." max_count = 1 tags = list("External") @@ -269,13 +269,15 @@ outfit = /datum/outfit/admin/konyang_gwok possible_species = list(SPECIES_HUMAN, SPECIES_IPC, SPECIES_IPC_BISHOP, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_SHELL, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU) allow_appearance_change = APPEARANCE_PLASTICSURGERY - assigned_role = "Gwok Group Employee" - special_role = "Gwok Group Employee" + assigned_role = "UP! Burger Employee" + special_role = "UP! Burger Employee" /datum/outfit/admin/konyang_gwok - name = "Gwok Group Employee" - uniform = /obj/item/clothing/under/pants/jeans + name = "UP! Burger Employee" + uniform = /obj/item/clothing/under/rank/konyang/burger suit = /obj/item/clothing/accessory/apron/chef + head = /obj/item/clothing/head/konyang/burger + id = /obj/item/card/id l_pocket = /obj/item/storage/wallet/random back = /obj/item/storage/backpack/satchel