[MIRROR] Converts cache to a GLOB. Other overlay tweaks (#10981)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-06-01 03:01:40 +02:00
committed by GitHub
co-authored by Cameron Lennox
parent f7f88e74fa
commit c8f4469b94
8 changed files with 56 additions and 113 deletions
@@ -1,17 +1,3 @@
/mob/living/carbon/human/verb/hide_headset()
set name = "Show/Hide Headset"
set category = "IC.Settings"
set desc = "Toggle headset worn icon visibility."
hide_headset = !hide_headset
update_inv_ears()
/mob/living/carbon/human/verb/hide_glasses()
set name = "Show/Hide Glasses"
set category = "IC.Settings"
set desc = "Toggle glasses worn icon visibility."
hide_glasses = !hide_glasses
update_inv_glasses()
/mob/living/carbon/human/proc/synth_reag_toggle()
set name = "Toggle Reagent Processing"
set category = "Abilities.Vore"
@@ -1,7 +1,5 @@
/mob/living/carbon/human
var/gender_change_cooldown = 0 // A cooldown for gender and gender indentify changing procs to make it easy to avoid spam of gender change
var/hide_headset = FALSE
var/hide_glasses = FALSE
var/speech_sound_enabled = TRUE
var/nutrition_hidden = FALSE