updates the thing (#31599)

This commit is contained in:
iramoye
2026-02-08 05:07:52 +00:00
committed by GitHub
parent 114889d669
commit 16e3e40533
+1 -1
View File
@@ -168,7 +168,7 @@
to_chat(usr, SPAN_WARNING("You must wait for the server to finish starting before you can join!"))
return FALSE
if(alert(usr, "Are you sure you wish to observe? You cannot normally join the round after doing this!", "Observe", "Yes", "No") == "Yes")
if(alert(usr, "Are you sure you wish to observe? There may be a delay before you can attempt to rejoin.", "Observe", "Yes", "No") == "Yes")
if(!client)
return TRUE
var/mob/dead/observer/observer = new(src, GHOST_FLAGS_START_AS_OBSERVER)