mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
removed code confusion
chief engineer's cloak still broken, unsure as to why.
This commit is contained in:
@@ -67,9 +67,9 @@
|
||||
path = /obj/item/clothing/suit/storage/seromi/beltcloak/jobs/wrdn
|
||||
allowed_roles = list("Head of Security","Warden")
|
||||
|
||||
/datum/gear/suit/dept/beltcloak/cs
|
||||
/datum/gear/suit/dept/beltcloak/hos
|
||||
display_name = "Chief of Security belted cloak (Teshari)"
|
||||
path = /obj/item/clothing/suit/storage/seromi/beltcloak/jobs/cs
|
||||
path = /obj/item/clothing/suit/storage/seromi/beltcloak/jobs/hos
|
||||
allowed_roles = list("Head of Security")
|
||||
|
||||
/datum/gear/suit/dept/beltcloak/jani
|
||||
@@ -125,6 +125,14 @@
|
||||
cloaks[initial(cloak_type.name)] = cloak_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cloaks))
|
||||
|
||||
/datum/gear/suit/dept/cloak/ce/New()
|
||||
..()
|
||||
var/list/cloaks = list()
|
||||
for(var/cloak in typesof(/obj/item/clothing/suit/storage/seromi/cloak/jobs/ce,/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/ce))
|
||||
var/obj/item/clothing/suit/storage/seromi/cloak/cloak_type = cloak
|
||||
cloaks[initial(cloak_type.name)] = cloak_type
|
||||
gear_tweaks += new/datum/gear_tweak/path(sortAssoc(cloaks))
|
||||
|
||||
/datum/gear/suit/dept/cloak/engineer/New()
|
||||
..()
|
||||
var/list/cloaks = list()
|
||||
|
||||
@@ -561,11 +561,11 @@
|
||||
icon_state = "tesh_beltcloak_wrdn"
|
||||
item_state = "tesh_beltcloak_wrdn"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/cs
|
||||
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/hos
|
||||
name = "security chief belted cloak"
|
||||
desc = "A soft Teshari cloak made for the Head of Security"
|
||||
icon_state = "tesh_beltcloak_cs"
|
||||
item_state = "tesh_beltcloak_cs"
|
||||
icon_state = "tesh_beltcloak_hos"
|
||||
item_state = "tesh_beltcloak_hos"
|
||||
|
||||
/obj/item/clothing/suit/storage/seromi/beltcloak/jobs/jani
|
||||
name = "janitor belted cloak"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Reference in New Issue
Block a user