Files
Paradise/code/world.dm
2021-09-13 22:01:40 +01:00

12 lines
415 B
Plaintext

// This file is just for the necessary /world definition
// Try looking in game/world.dm
/world
mob = /mob/new_player
turf = /turf/space
area = /area/space
view = "15x15"
cache_lifespan = 0 //stops player uploaded stuff from being kept in the rsc past the current session
fps = 20 // If this isnt hard-defined, anything relying on this variable before world load will cry a lot
name = "Paradise Station 13"