mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 17:42:26 +00:00
Cleans up monkey initialization
This commit is contained in:
@@ -1,3 +1,15 @@
|
||||
var/global/datum/global_init/init = new ()
|
||||
|
||||
/*
|
||||
Pre-map initialization stuff should go here.
|
||||
*/
|
||||
/datum/global_init/New()
|
||||
|
||||
makeDatumRefLists()
|
||||
|
||||
del(src)
|
||||
|
||||
|
||||
/world
|
||||
mob = /mob/new_player
|
||||
turf = /turf/space
|
||||
|
||||
Reference in New Issue
Block a user