Moving some defines over to setup

This commit is contained in:
ZomgPonies
2013-12-28 08:58:12 -05:00
parent 77778e7ea5
commit 58afd403a9
2 changed files with 7 additions and 5 deletions
@@ -7,8 +7,6 @@
*/
#define STATION_Z 1
#define TELECOMM_Z 3
/obj/machinery/telecomms
var/temp = "" // output message
@@ -389,5 +387,3 @@
return 1
return 0
#undef TELECOMM_Z
#undef STATION_Z
+7 -1
View File
@@ -791,4 +791,10 @@ var/list/RESTRICTED_CAMERA_NETWORKS = list( //Those networks can only be accesse
#define VAMP_JAUNT 10
#define VAMP_SLAVE 11
#define VAMP_BLINK 12
#define VAMP_FULL 13
#define VAMP_FULL 13
// Moved from machine_interactions.dm
#define STATION_Z 1
#define CENTCOMM_Z 2
#define TELECOMM_Z 3
#define ASTEROID_Z 5