Skip to content

Commit

Permalink
Merge pull request #789 from NicoDeLuna/milkman
Browse files Browse the repository at this point in the history
I am the Milkman
  • Loading branch information
dwasint authored Dec 24, 2023
2 parents 6986d53 + ca7cdd7 commit e33431f
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/vending/autodrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
/obj/item/clothing/under/costume/gi = 1,
/obj/item/clothing/neck/worldchampioncape = 1,
/obj/item/clothing/under/costume/worldchampiongi = 1,
/obj/item/clothing/head/milkmanhat = 2,
/obj/item/clothing/under/costume/milkman = 2,
),
),
list(
Expand Down
7 changes: 7 additions & 0 deletions monkestation/code/modules/clothing/head/costume.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
icon_state = "knowingclownhat"
worn_y_offset = 6

/obj/item/clothing/head/milkmanhat
name = "milkman hat"
desc = "Special delivery today!!!"
icon = 'monkestation/icons/obj/clothing/hats.dmi'
worn_icon = 'monkestation/icons/mob/clothing/head.dmi'
icon_state = "milkman_hat"

/obj/item/clothing/head/guardmanhelmet
name = "guardman's helmet"
desc = "Keeps your brain intact when fighting heretics"
Expand Down
8 changes: 8 additions & 0 deletions monkestation/code/modules/clothing/under/costume.dm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@
icon_state = "streetmime"
can_adjust = FALSE

/obj/item/clothing/under/costume/milkman
name = "milkman suit"
desc = "I am the Milkman. My milk is delicious!"
icon = 'monkestation/icons/obj/clothing/uniforms.dmi'
worn_icon = 'monkestation/icons/mob/clothing/uniform.dmi'
icon_state = "milkman"
can_adjust = FALSE

/obj/item/clothing/under/costume/tragic
name = "tragic mime suit"
desc = "A skin-tight black suit for theatre actors. You feel the need to remind a doctor to eat food and sleep."
Expand Down
Binary file modified monkestation/icons/mob/clothing/head.dmi
Binary file not shown.
Binary file modified monkestation/icons/mob/clothing/uniform.dmi
Binary file not shown.
Binary file modified monkestation/icons/obj/clothing/hats.dmi
Binary file not shown.
Binary file modified monkestation/icons/obj/clothing/uniforms.dmi
Binary file not shown.

0 comments on commit e33431f

Please sign in to comment.