Skip to content

Commit

Permalink
234
Browse files Browse the repository at this point in the history
  • Loading branch information
L4rever committed Sep 17, 2024
1 parent 9166892 commit 8ab7030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/item_upgrades/item_upgrade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

/obj/item/hud_upgrade/thermal/upgrade_hud(obj/item/clothing/glasses/sunglasses/hud/advanced/glasses, mob/living/user)
..()
item_actions.Add(new /datum/action/item_action/hands_free/switch_hud_modes/thermal(src))
glasses.item_actions.Add(new /datum/action/item_action/hands_free/switch_hud_modes/thermal(src))

/obj/item/hud_upgrade/thermal_advanced
name = "Advanced Thermal HUD upgrade"
Expand Down

0 comments on commit 8ab7030

Please sign in to comment.