mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Completed arduous process of standardizing new code.
This commit is contained in:
+4
-4
@@ -7,14 +7,14 @@ var/image/zone_blocked = image('icons/Testing/Zone.dmi', icon_state = "zoneblock
|
||||
var/image/blocked = image('icons/Testing/Zone.dmi', icon_state = "fullblock")
|
||||
var/image/mark = image('icons/Testing/Zone.dmi', icon_state = "mark")
|
||||
|
||||
turf/var/tmp/dbg_img
|
||||
turf/proc/dbg(image/img, d = 0)
|
||||
/turf/var/tmp/dbg_img
|
||||
/turf/proc/dbg(image/img, d = 0)
|
||||
if(d > 0) img.dir = d
|
||||
overlays -= dbg_img
|
||||
overlays += img
|
||||
dbg_img = img
|
||||
|
||||
turf/simulated/var/verbose = 0
|
||||
turf/simulated/verb/Verbose()
|
||||
/turf/simulated/var/verbose = 0
|
||||
/turf/simulated/verb/Verbose()
|
||||
set src in world
|
||||
verbose = !verbose
|
||||
Reference in New Issue
Block a user