diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 8afd501d22..48c462e243 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -22,6 +22,7 @@ if( ticker.mode.name == "blob" ) alert("You can't call the shuttle during blob!") return + emergency_shuttle.fake_recall = 0 // allow admins to override gamemode switch(href_list["call_shuttle"]) if("1") if ((!( ticker ) || emergency_shuttle.location)) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index a966a010c8..d407a11db8 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -133,7 +133,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that var/i for(i=0; i