Skip to content

Commit

Permalink
[s] Fixes a bug where holoparas get sent back to the lobby after bein…
Browse files Browse the repository at this point in the history
…g reset (#9934)
  • Loading branch information
Absolucy authored Sep 30, 2023
1 parent 6a00185 commit 9e65bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/holoparasite/holoparasite_reset.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
to_chat(summoner.current, "<span class='holoparasite bold'>Personality reset <span class='danger'>failed</span>: unknown error!</span>")
return
to_chat(src, "<span class='holoparasite bold big'>[self ? "A ghost took control of you, at your request." : "Your summoner reset you! Better luck next time!"]</span>")
ghostize(can_reenter_corpse = FALSE)
key = new_player.key
to_chat(summoner.current, "<span class='holoparasite bold big'>Personality reset for [color_name] succeeded!</span>")
SSblackbox.record_feedback("tally", "holoparasite_reset", 1, automatic ? "automatic" : (self ? "self" : (cooldown ? "summoner" : "summoner (free)")))
Expand Down

0 comments on commit 9e65bfd

Please sign in to comment.