diff --git a/code/ZAS/Debug.dm b/code/ZAS/Debug.dm index 62db9d0eb8..b27056f238 100644 --- a/code/ZAS/Debug.dm +++ b/code/ZAS/Debug.dm @@ -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 \ No newline at end of file + if(!thing) message_admins(fail) \ No newline at end of file