Skip to content

Commit

Permalink
Fixed Problems
Browse files Browse the repository at this point in the history
Problems fixed and now Ascots are free in your loadout
  • Loading branch information
Snack-Max committed Nov 17, 2023
1 parent 80351a6 commit 86002c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion monkestation/code/modules/clothing/neck/cloaks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
/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"

1 change: 1 addition & 0 deletions monkestation/code/modules/loadouts/items/neck.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ GLOBAL_LIST_INIT(loadout_necks, generate_loadout_items(/datum/loadout_item/neck)
/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.

0 comments on commit 86002c9

Please sign in to comment.