mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 20:43:35 +00:00
* unsquishes minitest and adds laugh stuff from main 🆑 fix: unsquishes minitest (dev) add: adds laugh sounds from main add: adds a *nyaha emote separately /🆑 * add a help entry bc why not * trailing newlines for linters * ports screaming from main * ports spam_flag from main * this is better than having a separate PR and using the living.dm stuff * after maint talk, better that this doesnt exist until it can be implemented nicer
20 lines
496 B
Plaintext
20 lines
496 B
Plaintext
#if !defined(USING_MAP_DATUM)
|
|
|
|
#include "citadel_minitest-1.dmm"
|
|
#include "citadel_minitest-sector-2.dmm"
|
|
#include "citadel_minitest-sector-3.dmm"
|
|
|
|
#include "citadel_minitest_defines.dm"
|
|
#include "citadel_minitest_shuttles.dm"
|
|
#include "citadel_minitest_sectors.dm"
|
|
|
|
#define USING_MAP_DATUM /datum/map/citadel_minitest
|
|
|
|
#warning Please uncheck citadel_minitest.dm before committing.
|
|
|
|
#elif !defined(MAP_OVERRIDE)
|
|
|
|
#warn A map has already been included, ignoring Citadel_minitest
|
|
|
|
#endif
|