Skip to content

Commit

Permalink
Need fixin
Browse files Browse the repository at this point in the history
need advise from more experienced coders
  • Loading branch information
NicoDeLuna committed Nov 17, 2023
1 parent 7b83d75 commit 80351a6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/vending/clothesmate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
/obj/item/clothing/neck/scarf = 6,
/obj/item/clothing/neck/large_scarf = 6,
/obj/item/clothing/neck/infinity_scarf = 6,
/obj/item/clothing/neck/ascot = 6,
/obj/item/clothing/neck/tie = 6,
/obj/item/clothing/head/rasta = 3,
/obj/item/clothing/head/chaplain/kippah = 3,
Expand Down
7 changes: 7 additions & 0 deletions monkestation/code/modules/clothing/neck/cloaks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,10 @@
worn_icon = 'monkestation/icons/mob/clothing/neck.dmi'
icon_state = "beecloak"
worn_icon_state = "beecloak"

/obj/item/clothing/neck/ascot
name = "Ascot"
desc = "A fancy scarf to keep your neck warm and ward off sharp objects"
icon_state = "ascot"
worn_icon_state = "ascot"

4 changes: 4 additions & 0 deletions monkestation/code/modules/loadouts/items/neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ GLOBAL_LIST_INIT(loadout_necks, generate_loadout_items(/datum/loadout_item/neck)
name = "Infinity Scarf"
item_path = /obj/item/clothing/neck/infinity_scarf

/datum/loadout_item/neck/ascot
name = "Ascot"
item_path = /obj/item/clothing/neck/ascot

/*
* NECKTIES
*/
Expand Down
Binary file modified monkestation/icons/mob/clothing/neck.dmi
Binary file not shown.
Binary file modified monkestation/icons/obj/clothing/necks.dmi
Binary file not shown.

0 comments on commit 80351a6

Please sign in to comment.