mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Beret + softcap .dmi split (#25314)
* beret softcap dmi split * icon rename * dme crlf to lf * tsf cap fixes * Apply suggestions from code review Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com> * vox cap icon name * remove beret subtype on fluff * Update code/modules/clothing/head/soft_caps.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com> --------- Signed-off-by: Christasmurf <25437893+Christasmurf@users.noreply.github.com> Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
|
||||
/datum/gear/hat/capwhite
|
||||
display_name = "Cap, white"
|
||||
path = /obj/item/clothing/head/soft/mime
|
||||
path = /obj/item/clothing/head/soft/white
|
||||
|
||||
/datum/gear/hat/caporange
|
||||
display_name = "Cap, orange"
|
||||
@@ -122,7 +122,7 @@
|
||||
|
||||
/datum/gear/hat/capgrey
|
||||
display_name = "Cap, grey"
|
||||
path = /obj/item/clothing/head/soft/grey
|
||||
path = /obj/item/clothing/head/soft
|
||||
|
||||
/datum/gear/hat/capyellow
|
||||
display_name = "Cap, yellow"
|
||||
@@ -179,12 +179,12 @@
|
||||
|
||||
/datum/gear/hat/beret_job/captain
|
||||
display_name = "Beret, captain's"
|
||||
path = /obj/item/clothing/head/caphat/beret
|
||||
path = /obj/item/clothing/head/beret/captain
|
||||
allowed_roles = list("Captain")
|
||||
|
||||
/datum/gear/hat/beret_job/captain_white
|
||||
display_name = "Beret, captain's white"
|
||||
path = /obj/item/clothing/head/caphat/beret/white
|
||||
path = /obj/item/clothing/head/beret/captain/white
|
||||
allowed_roles = list("Captain")
|
||||
|
||||
/datum/gear/hat/beret_job/sec
|
||||
@@ -199,12 +199,12 @@
|
||||
|
||||
/datum/gear/hat/beret_job/hop
|
||||
display_name = "Beret, head of personnel"
|
||||
path = /obj/item/clothing/head/hop/beret
|
||||
path = /obj/item/clothing/head/beret/hop
|
||||
allowed_roles = list("Head of Personnel")
|
||||
|
||||
/datum/gear/hat/beret_job/qm
|
||||
display_name = "Beret, quartermaster"
|
||||
path = /obj/item/clothing/head/qm/beret
|
||||
path = /obj/item/clothing/head/beret/qm
|
||||
allowed_roles = list("Quartermaster")
|
||||
|
||||
/datum/gear/hat/beret_job/sci
|
||||
|
||||
Reference in New Issue
Block a user