mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 18:16:33 +01:00
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request Presorting smoothing lists to improve init time. ## Credits Mostly just taken from tgstation PRs, here's the major ones: https://github.com/tgstation/tgstation/pull/57408 https://github.com/tgstation/tgstation/pull/71719 https://github.com/tgstation/tgstation/pull/71989 And of course my haphazard ports of TG code when something breaks.
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
/// This is for unit testing.
|
|
/// TODO: Lint for this area in normal maps perhaps? @Zandario
|
|
/area/misc/testroom
|
|
name = "Test Room"
|
|
icon_state = "test_room"
|
|
requires_power = FALSE
|
|
has_gravity = TRUE
|