mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[MIRROR] Removes a double space from health analyzer (#26601)
* Removes a double space from health analyzer (#81589) ## About The Pull Request Fixes the message saying someone is deaf having 2 spaces in it. ## Why It's Good For The Game minor typo. ## Changelog 🆑 spellcheck: Removed a double space in health analyzer's message telling you someone is deaf. /🆑 --------- Co-authored-by: san7890 <the@ san7890.com> * Removes a double space from health analyzer --------- Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: san7890 <the@ san7890.com>
This commit is contained in:
co-authored by
san7890
John Willard
parent
7018665718
commit
6d30d35d81
@@ -229,7 +229,7 @@
|
||||
if(ears.damage)
|
||||
render_list += "<span class='alert ml-2'>Subject has [ears.damage > ears.maxHealth ? "permanent ": "temporary "]hearing damage.\n</span>"
|
||||
if(ears.deaf)
|
||||
render_list += "<span class='alert ml-2'>Subject is [ears.damage > ears.maxHealth ? "permanently ": "temporarily "] deaf.\n</span>"
|
||||
render_list += "<span class='alert ml-2'>Subject is [ears.damage > ears.maxHealth ? "permanently": "temporarily"] deaf.\n</span>"
|
||||
|
||||
// Eye status
|
||||
var/obj/item/organ/internal/eyes/eyes = carbontarget.get_organ_slot(ORGAN_SLOT_EYES)
|
||||
|
||||
Reference in New Issue
Block a user