mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Grep for space indentation (#54850)
#54604 atomizing Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
+8
-8
@@ -2,14 +2,14 @@
|
||||
//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
|
||||
*
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user