mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
Tactical Goggles Fix (#15772)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user