Konyanger Hachimaki (#15743)

This commit is contained in:
TheDanseMacabre
2023-02-09 22:06:13 +01:00
committed by GitHub
parent 5892c1eb00
commit cce17a7efe
7 changed files with 58 additions and 2 deletions
@@ -316,6 +316,11 @@
display_name = "gat"
path = /obj/item/clothing/head/konyang
/datum/gear/head/hachimaki
display_name = "konyanger hachimaki"
path = /obj/item/clothing/head/hachimaki
flags = GEAR_HAS_DESC_SELECTION
/datum/gear/head/iac
display_name = "IAC headgear selection"
description = "A selection of hats worn by Interstellar Aid Corps volunteers."
+1 -1
View File
@@ -45,8 +45,8 @@
for(var/obj/item/thing in hold.contents)
var/icon_type = hold.helmet_storage_types[thing.type]
var/thing_state = icon_type == HELMET_GARB_PASS_ICON ? initial(thing.icon_state) : icon_type
I.add_overlay(image('icons/clothing/kit/helmet_garb.dmi', null, "helmet_band"))
I.add_overlay(image('icons/clothing/kit/helmet_garb.dmi', null, thing_state))
I.add_overlay(image('icons/clothing/kit/helmet_garb.dmi', null, "helmet_band"))
return I
/obj/item/clothing/head/helmet/attack_hand(mob/user)
+8
View File
@@ -623,3 +623,11 @@
desc = "A paper sack with crude holes cut out for eyes and a sketchy smile drawn on the front. Not creepy at all."
icon_state = "papersack_smile"
flags_inv = BLOCKHEADHAIR
/obj/item/clothing/head/hachimaki
name = "konyanger hachimaki"
desc = "A simple headband emblazoned with the taijitu national emblem of the planet Konyang. It is typically worn as a symbol of effort or courage, or perhaps national pride and patriotic sentiment."
icon = 'icons/obj/item/clothing/head/hachimaki.dmi'
icon_state = "hachimaki"
item_state = "hachimaki"
contained_sprite = TRUE