* Vore 2.0 Initial commit * double checked porting * Fixes compile issues * converts Ash Drake bellies to new system digs out lingering datum/belly stuff too * Let's just work on this later * System operational * Update preferences.dm
9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
//include unit test files in this module in this ifdef
|
|
// CITADEL EDIT add vore_tests.dm
|
|
#ifdef UNIT_TESTS
|
|
#include "unit_test.dm"
|
|
#include "reagent_recipe_collisions.dm"
|
|
#include "reagent_id_typos.dm"
|
|
//#include "vore_tests.dm"
|
|
#endif
|