Even More Circuit Changes

See PR for changes.
This commit is contained in:
Neerti
2017-07-31 10:58:03 -04:00
parent 91b06c20d1
commit 36b0f5fa99
38 changed files with 1210 additions and 774 deletions

View File

@@ -80,7 +80,9 @@
if (NORTHEAST) return "northeast"
if (SOUTHEAST) return "southeast"
if (NORTHWEST) return "northwest"
if (SOUTHWEST) return "southwest"
if (SOUTHWEST) return "southwest"
if (UP) return "up"
if (DOWN) return "down"
// Turns text into proper directions
/proc/text2dir(direction)