mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +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