Skip to content

Commit

Permalink
inhand icons
Browse files Browse the repository at this point in the history
  • Loading branch information
polygoblyn committed Sep 17, 2023
1 parent 81e2a40 commit 1f19896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monkestation/code/modules/donator/code/item/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
body_parts_covered = HEAD
cold_protection = HEAD
flags_inv = HIDEHAIR|HIDEEARS
inhand_icon_state = null

/obj/item/clothing/under/costume/navy_uniform_gold
name = "Naval Officer Uniform"
Expand All @@ -62,6 +63,7 @@
worn_icon = 'monkestation/code/modules/donator/icons/mob/clothing.dmi'
icon_state = "navy_gold"
can_adjust = FALSE
inhand_icon_state = null

/obj/item/clothing/under/costume/syndie_pajamas
name = "Syndicate Pajamas"
Expand All @@ -70,4 +72,5 @@
worn_icon = 'monkestation/code/modules/donator/icons/mob/clothing.dmi'
icon_state = "syndie_pajamas"
can_adjust = FALSE
inhand_icon_state = null

0 comments on commit 1f19896

Please sign in to comment.