mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Adds a system to examines to show messages exclusively to admins (#33923)
* system * adds a space for proper comments * does the change
This commit is contained in:
committed by
GitHub
parent
eca84ad974
commit
85e10d92ad
@@ -1384,7 +1384,7 @@ var/global/floorIsLava = 0
|
||||
/datum/admins/proc/toggletintedweldhelmets()
|
||||
set category = "Debug"
|
||||
set desc="Reduces view range when wearing welding helmets"
|
||||
set name="Toggle tinted welding helmes"
|
||||
set name="Toggle tinted welding helmets"
|
||||
|
||||
tinted_weldhelh = !( tinted_weldhelh )
|
||||
if (tinted_weldhelh)
|
||||
|
||||
Reference in New Issue
Block a user