Updates text to correctly display changes brought on by #523 (#20729)

This commit is contained in:
ppi13
2023-03-27 21:45:09 +02:00
committed by GitHub
parent 9c17e6e61f
commit 12553f7d77
@@ -477,7 +477,7 @@
if(usr == occupant)//If the user is inside the tube...
if(usr.stat == DEAD)
return
to_chat(usr, "<span class='notice'>Release sequence activated. This will take two minutes.</span>")
to_chat(usr, "<span class='notice'>Release sequence activated. This will take one minute.</span>")
sleep(600)
if(!src || !usr || !occupant || (occupant != usr)) //Check if someone's released/replaced/bombed him already
return