mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Minor string fix.
This commit is contained in:
@@ -1166,10 +1166,11 @@ mob/living/carbon/human/yank_out_object()
|
|||||||
if(!do_after(U, 80))
|
if(!do_after(U, 80))
|
||||||
return
|
return
|
||||||
|
|
||||||
if(!selection || !affected || !S || !U)
|
if(!selection || !affected || !S || !U)
|
||||||
return
|
return
|
||||||
|
|
||||||
if(self)
|
if(self)
|
||||||
visible_message("<span class='warning'><b>[src] rips [selection] out of their [affected].display_name in a welter of blood.</b></span>","<span class='warning'><b>You rip [selection] out of your [affected] in a welter of blood.</b></span>")
|
visible_message("<span class='warning'><b>[src] rips [selection] out of their [affected.display_name] in a welter of blood.</b></span>","<span class='warning'><b>You rip [selection] out of your [affected] in a welter of blood.</b></span>")
|
||||||
else
|
else
|
||||||
visible_message("<span class='warning'><b>[usr] rips [selection] out of [src]'s [affected.display_name] in a welter of blood.</b></span>","<span class='warning'><b>[usr] rips [selection] out of your [affected] in a welter of blood.</b></span>")
|
visible_message("<span class='warning'><b>[usr] rips [selection] out of [src]'s [affected.display_name] in a welter of blood.</b></span>","<span class='warning'><b>[usr] rips [selection] out of your [affected] in a welter of blood.</b></span>")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user