Update code/game/gamemodes/objective.dm

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2021-10-15 10:54:19 -04:00
committed by GitHub
co-authored by SteelSlayer
parent aaabb9515d
commit bff6ea69de
+1 -1
View File
@@ -207,7 +207,7 @@ GLOBAL_LIST_INIT(potential_theft_objectives, (subtypesof(/datum/theft_objective)
/datum/objective/protect/mindslave/on_target_cryo()
if(owner?.current)
to_chat(owner.current, "<BR><span class='userdanger'>You notice that your master has cryoed, and revert to your normal self, untill they return again. You are no longer a mindslave!</span>")
to_chat(owner.current, "<BR><span class='userdanger'>You notice that your master has cryo'd, and revert to your normal self, until they return again. You are no longer a mindslave!</span>")
SEND_SOUND(owner.current, sound('sound/ambience/alarm4.ogg'))
owner.objectives -= src
GLOB.all_objectives -= src