mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
burger man (#18194)
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 29 KiB |
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user