Tactical Goggles Fix (#15772)

This commit is contained in:
Geeves
2023-02-07 23:12:01 +01:00
committed by GitHub
parent b57963fa89
commit 5db9d0ac49
2 changed files with 10 additions and 1 deletions
+4 -1
View File
@@ -340,7 +340,7 @@ BLIND // can't see anything
if(brand_name)
desc += " This pair has been made in [brand_name] colors."
/obj/item/clothing/glasses/safety/goggles/goon/security/process_hud(var/mob/M)
/obj/item/clothing/glasses/safety/goggles/goon/process_hud(var/mob/M)
if(!up)
process_sec_hud(M, TRUE)
@@ -384,6 +384,9 @@ BLIND // can't see anything
if(!up)
process_med_hud(M, TRUE)
/obj/item/clothing/glasses/safety/goggles/medical/is_sec_hud()
return FALSE
/obj/item/clothing/glasses/safety/goggles/medical/is_med_hud()
return !up