oh god why (#7346)

This commit is contained in:
JohnWildkins
2019-11-06 02:47:00 -05:00
committed by Werner
parent be2b998c0f
commit c195df5b10
2 changed files with 6 additions and 8 deletions

View File

@@ -368,10 +368,6 @@ Command action procs
to_chat(user, "<span class='notice'>Cannot establish a bluespace connection.</span>")
return 0
if(deathsquad.deployed)
to_chat(user, "[current_map.boss_short] will not allow the shuttle to be called. Consider all contracts terminated.")
return 0
if(emergency_shuttle.deny_shuttle)
to_chat(user, "The emergency shuttle may not be sent at this time. Please try again later.")
return 0
@@ -416,10 +412,6 @@ Command action procs
to_chat(user, "[current_map.boss_short] does not currently have a shuttle available in your sector. Please try again later.")
return
if(deathsquad.deployed == 1)
to_chat(user, "[current_map.boss_short] will not allow the shuttle to be called. Consider all contracts terminated.")
return
if(world.time < 54000) // 30 minute grace period to let the game get going
to_chat(user, "The shuttle is refueling. Please wait another [round((54000-world.time)/60)] minutes before trying again.")
return