Skip to content

Commit

Permalink
much better revive text from @meikiato on the discord
Browse files Browse the repository at this point in the history
  • Loading branch information
Thera-Pissed committed Jan 19, 2025
1 parent a677bc8 commit d14c7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp

/mob/dead/observer/verb/respawn()
if(can_reenter_corpse && client?.holder)
var/poll_client = tgui_alert(usr, "Would you like to return to the title screen? You will be unable to be revived.", "Confirmation", list("Yes", "No"))
var/poll_client = tgui_alert(usr, "Returning the title screen will forfeit any possible revival. Are you sure?", "Confirmation", list("Yes", "No"))
if(poll_client == "No")
return
abandon_mob()
Expand Down

0 comments on commit d14c7fa

Please sign in to comment.