Skip to content

Commit

Permalink
okay (#20634)
Browse files Browse the repository at this point in the history
  • Loading branch information
Moltijoe authored Oct 17, 2023
1 parent 31f7e78 commit 296764e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 2 additions & 1 deletion code/modules/vending/clothesmate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@
/obj/item/clothing/suit/yogs/trainman = 1,
/obj/item/clothing/head/yogs/trainman = 1,
/obj/item/clothing/suit/yogs/infsuit = 1,
/obj/item/clothing/under/yogs/persskinsuit = 3) //yogs end
/obj/item/clothing/under/yogs/persskinsuit = 3,
/obj/item/clothing/suit/toggle/cyberpunk = 1) //yogs end
refill_canister = /obj/item/vending_refill/clothing
default_price = 50
extra_price = 75
Expand Down
5 changes: 4 additions & 1 deletion yogstation/code/modules/clothing/suits/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,12 @@
icon_state = "keiki_dress"
item_state = "keiki_dress"

/obj/item/clothing/suit/yogs/cyberpunk
/obj/item/clothing/suit/toggle/cyberpunk
name = "punk jacket"
desc = "My Moon My Man."
togglename = "symbol"
mob_overlay_icon = 'yogstation/icons/mob/clothing/suit/suit.dmi'
icon = 'yogstation/icons/obj/clothing/suits.dmi'
icon_state = "punk"
item_state = "punk"

Expand Down
5 changes: 0 additions & 5 deletions yogstation/code/modules/donor/unique_donator_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ Uncomment this and use atomproccall as necessary, then copypaste the output into
ckey = "Nightmare1243"
unlock_path = /obj/item/storage/box/isotope

/datum/donator_gear/cuackles
name = "punk jacket (cuackles)"
ckey = "cuackles"
unlock_path = /obj/item/clothing/suit/yogs/cyberpunk

/datum/donator_gear/hisa
name = "Hunter Stash (hisakaki)"
ckey = "hisakaki"
Expand Down
Binary file modified yogstation/icons/mob/clothing/suit/suit.dmi
Binary file not shown.
Binary file modified yogstation/icons/obj/clothing/suits.dmi
Binary file not shown.

0 comments on commit 296764e

Please sign in to comment.