mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Remove old define
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
#define MAX_FLAG 65535
|
|
||||||
|
|
||||||
var/list/wire_colors = list( // http://www.crockford.com/wrrrld/color.html
|
var/list/wire_colors = list( // http://www.crockford.com/wrrrld/color.html
|
||||||
"aliceblue",
|
"aliceblue",
|
||||||
"antiquewhite",
|
"antiquewhite",
|
||||||
|
|||||||
@@ -174,7 +174,7 @@ var/intercom_range_display_status = 0
|
|||||||
if(isturf(thing))
|
if(isturf(thing))
|
||||||
continue
|
continue
|
||||||
count++;
|
count++;
|
||||||
usr << "There are [count]/[MAX_FLAG] instances of non-turfs in the world."
|
usr << "There are [count]/65535 instances of non-turfs in the world."
|
||||||
|
|
||||||
|
|
||||||
/client/proc/count_objects_on_z_level()
|
/client/proc/count_objects_on_z_level()
|
||||||
|
|||||||
Reference in New Issue
Block a user