Files
Bubberstation/code/world.dm
SkyratBot 640e81b8bd [MIRROR] reverts map_format changes (#4565)
* reverts map_format changes (#58051)

reverts map_format changes done in #57915

* reverts map_format changes

Co-authored-by: Fikou <piotrbryla@onet.pl>
2021-04-01 02:04:16 +01:00

25 lines
692 B
Plaintext

//This file is just for the necessary /world definition
//Try looking in game/world.dm
/**
* # World
*
* Two possibilities exist: either we are alone in the Universe or we are not. Both are equally terrifying. ~ Arthur C. Clarke
*
* The byond world object stores some basic byond level config, and has a few hub specific procs for managing hub visiblity
*
* The world /New() is the root of where a round itself begins
*/
/world
mob = /mob/dead/new_player
turf = /turf/open/space/basic
area = /area/space
view = "15x15"
hub = "Exadv1.spacestation13"
hub_password = "kMZy3U5jJHSiBQjr"
name = "/tg/ Station 13"
fps = 20
#ifdef FIND_REF_NO_CHECK_TICK
loop_checks = FALSE
#endif