mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Even More Circuit Changes
See PR for changes.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user