Skip to content

Commit

Permalink
Raziaar (Monkestation#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
CannibalHunter authored Aug 23, 2024
1 parent f942741 commit 4f5756d
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
12 changes: 12 additions & 0 deletions monkestation/code/modules/donator/code/datum/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,18 @@
donator_only = TRUE
requires_purchase = FALSE

/datum/loadout_item/mask/holstein_cow_mask
name = "Holstein Cow Mask"
item_path = /obj/item/clothing/mask/gas/holstein_cow_mask
donator_only = TRUE
requires_purchase = FALSE

/datum/loadout_item/under/miscellaneous/holstein_cow_jumpsuit
name = "Holstein Cow Jumpsuit"
item_path = /obj/item/clothing/under/costume/holstein_cow_jumpsuit
donator_only = TRUE
requires_purchase = FALSE

//av4l0n
/datum/loadout_item/toys/sheep_plush_av4l0n
name = "Sheep Plush"
Expand Down
19 changes: 19 additions & 0 deletions monkestation/code/modules/donator/code/item/clothing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -449,3 +449,22 @@
icon_state = "western_wizard_hat"
inhand_icon_state = null
worn_y_offset = 16

/obj/item/clothing/mask/gas/holstein_cow_mask
name = "holstein cow mask"
desc = "It's an internals mask covered in paper mache and paint to look like a cow's head. It smells like grass."
icon = 'monkestation/code/modules/donator/icons/obj/clothing.dmi'
worn_icon = 'monkestation/code/modules/donator/icons/mob/clothing.dmi'
icon_state = "holstein_cow_mask"
worn_icon_state = "holstein_cow_mask"
inhand_icon_state = null
flags_inv = HIDEFACE

/obj/item/clothing/under/costume/holstein_cow_jumpsuit
name = "holstein cow jumpsuit"
desc = "A frumpy black and white holstein cow jumpsuit. It smells like grass."
icon = 'monkestation/code/modules/donator/icons/obj/clothing.dmi'
worn_icon = 'monkestation/code/modules/donator/icons/mob/clothing.dmi'
icon_state = "holstein_cow_jumpsuit"
worn_icon_state = "holstein_cow_jumpsuit"
inhand_icon_state = null
Binary file modified monkestation/code/modules/donator/icons/mob/clothing.dmi
Binary file not shown.
Binary file modified monkestation/code/modules/donator/icons/obj/clothing.dmi
Binary file not shown.

0 comments on commit 4f5756d

Please sign in to comment.