mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-13 03:02:38 +00:00
Uses lazy access on inner lists (had to make lazy access work on inner lists @cyberboss you won't like this but lazyaccess is useless if you can't use it on inner lists) Byond only does full stickyban matching when the server has a valid hub password set or compiled in, so now we have to remove it during init.
16 lines
350 B
Plaintext
16 lines
350 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"
|
|
hub_password = "kMZy3U5jJHSiBQjr"
|
|
name = "/tg/ Station 13"
|
|
fps = 20
|
|
#ifdef FIND_REF_NO_CHECK_TICK
|
|
loop_checks = FALSE
|
|
#endif
|