Adds HOP beret (#22919)
* Added HOP Beret * adjusted beret object sprite * proper variable order style Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * added Vox & Drask Version * Added to loadout * checkout new hats * re-add newer hat * put actual hat path in loadout * Not used the cool merging tool made in python * apostrophes are for captains only Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> * adds sprite sheet I think it worked fine without it? Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
@@ -53,6 +53,7 @@
|
||||
|
||||
/obj/item/storage/bag/garment/head_of_personnel/populate_contents()
|
||||
new /obj/item/clothing/head/hopcap(src)
|
||||
new /obj/item/clothing/head/hopcap/beret(src)
|
||||
new /obj/item/clothing/suit/mantle/armor/head_of_personnel(src)
|
||||
new /obj/item/clothing/suit/armor/vest(src)
|
||||
new /obj/item/clothing/under/rank/civilian/head_of_personnel(src)
|
||||
|
||||
@@ -177,6 +177,11 @@
|
||||
path = /obj/item/clothing/head/beret/sec
|
||||
allowed_roles = list("Head of Security", "Warden", "Security Officer")
|
||||
|
||||
/datum/gear/hat/beret_job/hop
|
||||
display_name = "Beret, head of personnel"
|
||||
path = /obj/item/clothing/head/hopcap/beret
|
||||
allowed_roles = list("Head of Personnel")
|
||||
|
||||
/datum/gear/hat/beret_job/sci
|
||||
display_name = "Beret, science"
|
||||
path = /obj/item/clothing/head/beret/sci
|
||||
|
||||
@@ -57,6 +57,15 @@
|
||||
armor = list(MELEE = 15, BULLET = 10, LASER = 15, ENERGY = 5, BOMB = 15, RAD = 0, FIRE = 50, ACID = 50)
|
||||
dog_fashion = /datum/dog_fashion/head/hop
|
||||
|
||||
/obj/item/clothing/head/hopcap/beret
|
||||
name = "head of personnel's beret"
|
||||
desc = "For doing paperwork with style."
|
||||
icon_state = "hop_beret"
|
||||
sprite_sheets = list(
|
||||
"Vox" = 'icons/mob/clothing/species/vox/head.dmi',
|
||||
"Drask" = 'icons/mob/clothing/species/drask/head.dmi',
|
||||
)
|
||||
|
||||
//Nanotrasen Representative
|
||||
/obj/item/clothing/head/ntrep
|
||||
name = "Nanotrasen Representative's hat"
|
||||
|
||||
|
Before Width: | Height: | Size: 269 KiB After Width: | Height: | Size: 263 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 112 KiB |