Skip to content

Commit

Permalink
Loadout fixes (The branch name is deceiving)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Feb 5, 2024
1 parent d6bedbd commit e52e79a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tgui/states/greyscale_menu.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ GLOBAL_DATUM_INIT(greyscale_menu_state, /datum/ui_state/greyscale_menu_state, ne
/datum/ui_state/greyscale_menu_state/can_use_topic(src_object, mob/user)
var/datum/greyscale_modify_menu/menu = src_object
if(!isatom(menu.target))
return TRUE
return UI_INTERACTIVE

return GLOB.default_state.can_use_topic(menu.target, user)
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
name = "Purple Suit Jacket"
item_path = /obj/item/clothing/suit/toggle/lawyer/purple

/datum/loadout_item/suit/greyscale_suit_jacket
name = "Greyscale Suit Jacket"
item_path = /obj/item/clothing/suit/toggle/lawyer/greyscale

/datum/loadout_item/suit/suspenders_greyscale
name = "Suspenders"
item_path = /obj/item/clothing/suit/toggle/suspenders
Expand Down

0 comments on commit e52e79a

Please sign in to comment.