mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Konyanger Hachimaki (#15743)
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user