Files
GS13/code/world.dm
QuoteFox 1f7897bd2c test
test commit
2020-06-12 18:16:46 +01:00

16 lines
316 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 = 10
#ifdef FIND_REF_NO_CHECK_TICK
loop_checks = FALSE
#endif