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:
boy2mantwicethefam
2023-01-09 21:46:31 +02:00
committed by GitHub
parent eca84ad974
commit 85e10d92ad
7 changed files with 21 additions and 2 deletions

View File

@@ -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)