Skip to content

Commit

Permalink
Merge pull request #569 from NicoDeLuna/Ascotscarf
Browse files Browse the repository at this point in the history
Ascots! New red scarf type
  • Loading branch information
dwasint authored Nov 17, 2023
2 parents adb827d + 86002c9 commit 07417d5
Show file tree
Hide file tree
Showing 5 changed files with 14 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
8 changes: 8 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,11 @@
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 = 'monkestation/icons/obj/clothing/necks.dmi'
worn_icon = 'monkestation/icons/mob/clothing/neck.dmi'
icon_state = "ascot"
worn_icon_state = "ascot"
5 changes: 5 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,11 @@ 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
requires_purchase = FALSE

/*
* 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 07417d5

Please sign in to comment.