High pop reduced MC processing mode.

This commit is contained in:
Jordan Brown
2017-10-07 09:42:15 -04:00
committed by CitadelStationBot
parent 5f4b3594d0
commit 91aa560f0d
5 changed files with 68 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
#define CONFIG_DEF(X) /datum/config_entry/##X { resident_file = CURRENT_RESIDENT_FILE }; /datum/config_entry/##X
#define CONFIG_GET(X) global.config.Get(/datum/config_entry/##X)
#define CONFIG_SET(X, Y) global.config.Set(/datum/config_entry/##X, ##Y)
#define CONFIG_TWEAK(X) /datum/config_entry/##X
#define CONFIG_MAPS_FILE "maps.txt"