mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Removed a leftover generally-accessible debug verb.
This commit is contained in:
@@ -15,9 +15,4 @@ var/image/mark = image('icons/Testing/Zone.dmi', icon_state = "mark")
|
||||
dbg_img = img
|
||||
|
||||
proc/soft_assert(thing,fail)
|
||||
if(!thing) message_admins(fail)
|
||||
|
||||
/turf/simulated/var/verbose = 0
|
||||
/turf/simulated/verb/Verbose()
|
||||
set src in world
|
||||
verbose = !verbose
|
||||
if(!thing) message_admins(fail)
|
||||
Reference in New Issue
Block a user