Skip to content

Commit eb7cd04

Browse files
Mysterybark (#2731)
1 parent 343ee1a commit eb7cd04

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

monkestation/code/modules/donator/code/datum/loadout.dm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,3 +540,10 @@
540540
name = "Fluffy Kobold Transformation"
541541
item_path = /obj/item/effect_granter/donator/fluffykobold
542542
requires_purchase = FALSE
543+
544+
//Mysterybark
545+
/datum/loadout_item/head/western_wizard_hat
546+
name = "Western Wizard Hat"
547+
item_path = /obj/item/clothing/head/costume/western_wizard_hat
548+
donator_only = TRUE
549+
requires_purchase = FALSE

monkestation/code/modules/donator/code/item/clothing.dm

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,3 +440,12 @@
440440
icon_state = "bluedragon66_biocoat"
441441
name = "plague doctor bio-suit"
442442
desc = "A sterile biosuit under a thick coat, offering two layers of protection against potential biohazards. Although it's meant to be paired together with it's counterpart, it's sleek and functional- making it quite appealing."
443+
444+
/obj/item/clothing/head/costume/western_wizard_hat
445+
name = "western wizard hat"
446+
desc = "A man, a hero, a traveler- the western wizard."
447+
icon = 'monkestation/code/modules/donator/icons/obj/clothing.dmi'
448+
worn_icon = 'monkestation/code/modules/donator/icons/mob/clothing.dmi'
449+
icon_state = "western_wizard_hat"
450+
inhand_icon_state = null
451+
worn_y_offset = 16
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)