Files
S.P.L.U.R.T-Station-13/code/world.dm
deathride58 74d918c0b2 Merge pull request #4742 from Citadel-Station-13/upstream-merge-34217
[MIRROR] Fixes FIND_REF_NO_CHECK_TICK not actually disabling world.loop_checks
2018-01-10 19:59:51 +00:00

15 lines
315 B
Plaintext

//This file is just for the necessary /world definition
//Try looking in game/world.dm
/world
mob = /mob/dead/new_player
turf = /turf/open/space/basic
area = /area/space
view = "15x15"
hub = "Exadv1.spacestation13"
name = "/tg/ Station 13"
fps = 20
#ifdef FIND_REF_NO_CHECK_TICK
loop_checks = FALSE
#endif