Skip to content

Commit

Permalink
fixed crew monitor icon for monit modsuit module (#28392)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailtrepachev authored Mar 5, 2025
1 parent 0c94b12 commit d26d02f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mod/modules/modules_medical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
/obj/item/mod/module/monitor
name = "MOD crew monitor module"
desc = "A module installed into the wrist of the suit, this presents a display of crew sensor data."
icon_state = "scanner"
icon_state = "monitor"
module_type = MODULE_USABLE
complexity = 1
use_power_cost = DEFAULT_CHARGE_DRAIN * 0.3
Expand Down

0 comments on commit d26d02f

Please sign in to comment.