mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Adds Waiter/Waitress
This commit is contained in:
@@ -44,6 +44,18 @@
|
|||||||
name = OUTFIT_JOB_NAME("Cook")
|
name = OUTFIT_JOB_NAME("Cook")
|
||||||
id_pda_assignment = "Cook"
|
id_pda_assignment = "Cook"
|
||||||
|
|
||||||
|
// Rykka adds Waiter/Waitress Outfits
|
||||||
|
|
||||||
|
/decl/hierarchy/outfit/job/service/waiter
|
||||||
|
name = OUTFIT_JOB_NAME("Waiter")
|
||||||
|
uniform = /obj/item/clothing/under/waiter
|
||||||
|
|
||||||
|
/decl/hierarchy/outfit/job/service/waitress
|
||||||
|
name = OUTFIT_JOB_NAME("Waitress")
|
||||||
|
uniform = /obj/item/clothing/under/gentlesuit/skirt
|
||||||
|
|
||||||
|
// End Outfit addition
|
||||||
|
|
||||||
/decl/hierarchy/outfit/job/service/gardener
|
/decl/hierarchy/outfit/job/service/gardener
|
||||||
name = OUTFIT_JOB_NAME("Gardener")
|
name = OUTFIT_JOB_NAME("Gardener")
|
||||||
uniform = /obj/item/clothing/under/rank/hydroponics
|
uniform = /obj/item/clothing/under/rank/hydroponics
|
||||||
|
|||||||
@@ -6,13 +6,13 @@
|
|||||||
faction = "Station"
|
faction = "Station"
|
||||||
total_positions = -1
|
total_positions = -1
|
||||||
spawn_positions = -1
|
spawn_positions = -1
|
||||||
supervisors = "the staff from the departmen you're interning in"
|
supervisors = "the staff from the department you're interning in"
|
||||||
selection_color = "#555555"
|
selection_color = "#555555"
|
||||||
economic_modifier = 2
|
economic_modifier = 2
|
||||||
access = list() //See /datum/job/intern/get_access()
|
access = list() //See /datum/job/intern/get_access()
|
||||||
minimal_access = list() //See /datum/job/intern/get_access()
|
minimal_access = list() //See /datum/job/intern/get_access()
|
||||||
outfit_type = /decl/hierarchy/outfit/job/assistant/intern
|
outfit_type = /decl/hierarchy/outfit/job/assistant/intern
|
||||||
alt_titles = list("Apprentice Engineer","Medical Intern","Lab Assistant","Security Cadet","Jr. Cargo Tech", "Jr. Explorer") //VOREStation Edit
|
alt_titles = list("Apprentice Engineer","Medical Intern","Lab Assistant","Security Cadet","Jr. Cargo Tech", "Jr. Explorer", "Waiter" = /decl/hierarchy/outfit/job/service/waiter, "Waitress" = /decl/hierarchy/outfit/job/service/waitress)
|
||||||
timeoff_factor = 0 // Interns, noh
|
timeoff_factor = 0 // Interns, noh
|
||||||
|
|
||||||
/datum/job/intern/New()
|
/datum/job/intern/New()
|
||||||
|
|||||||
Reference in New Issue
Block a user