mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Tg panel patch 2 (#8085)
Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
/obj/item/clothing/mask/monitor/verb/set_monitor_state()
|
||||
set name = "Set Monitor State"
|
||||
set desc = "Choose an icon for your monitor."
|
||||
set category = "IC"
|
||||
set category = "IC.Game" //CHOMPEdit
|
||||
|
||||
set src in usr
|
||||
var/mob/living/carbon/human/H = loc
|
||||
@@ -66,4 +66,4 @@
|
||||
monitor_state_index = initial(monitor_state_index)
|
||||
icon_state = monitor_states[monitor_state_index]
|
||||
var/mob/living/carbon/human/H = loc
|
||||
if(istype(H)) H.update_inv_wear_mask()
|
||||
if(istype(H)) H.update_inv_wear_mask()
|
||||
|
||||
Reference in New Issue
Block a user