Skip to content

Commit

Permalink
Update computer.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzmike authored Nov 20, 2023
1 parent 5ed3c51 commit 044b977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/shuttle/computer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
switch(response)
if("Yes")
to_chat(user, "[src]'s screen blinks and says \"Early launch accepted\".")
shipwide_ai_announcement("Launch command received. Launching " + (lifeboat.id == MOBILE_SHUTTLE_LIFEBOAT_PORT ? "port" : "starboard") + " lifeboat in 10 seconds.")
shipwide_ai_announcement("Launch command received. " + (lifeboat.id == MOBILE_SHUTTLE_LIFEBOAT_PORT ? "Port" : "Starboard") + " lifeboat doors will close in 10 seconds.")
addtimer(CALLBACK(lifeboat, TYPE_PROC_REF(/obj/docking_port/mobile/crashable/lifeboat, evac_launch)), 10 SECONDS)
else if("Instantly")
to_chat(user, "[src]'s screen blinks and says \"Instant early launch accepted\".")
Expand Down

0 comments on commit 044b977

Please sign in to comment.