Fix sandbox latespawn

This commit is contained in:
Rob Nelson
2013-09-23 09:11:49 -07:00
parent 54df333331
commit dd7241688a

View File

@@ -20,6 +20,6 @@
if(emergency_shuttle)
emergency_shuttle.always_fake_recall = 1
/datum/game_mode/latespawn(var/mob/mob)
/datum/game_mode/sandbox/latespawn(var/mob/mob)
mob.CanBuild()
mob << "<B>Build your own station with the sandbox-panel command!</B>"