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
@@ -109,7 +109,8 @@
/obj/item/storage/box/fancy/cigarettes/rugged = HELMET_GARB_PASS_ICON,
/obj/item/storage/box/fancy/cigarettes/pra = HELMET_GARB_PASS_ICON,
/obj/item/storage/box/fancy/cigarettes/dpra = HELMET_GARB_PASS_ICON,
/obj/item/storage/box/fancy/cigarettes/nka = HELMET_GARB_PASS_ICON
/obj/item/storage/box/fancy/cigarettes/nka = HELMET_GARB_PASS_ICON,
/obj/item/clothing/head/hachimaki = HELMET_GARB_PASS_ICON
)
can_hold_strict = TRUE
@@ -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
@@ -0,0 +1,42 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: TheDanseMacabre
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- rscadd: "Added a Konyanger hachimaki headband to the loadout."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 746 B

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB