Fixed grammar mistake (#5532)

This commit is contained in:
Dwago
2018-11-05 01:22:12 +02:00
committed by Erki
parent 39fdb72078
commit 122be6992d
+1 -1
View File
@@ -68,7 +68,7 @@
var/obj/item/organ/external/head/head = target.get_organ(target_zone)
if(head.disfigured)
head.disfigured = FALSE
user.visible_message("[user] successfully restores [target]'s appearance!", "<span class='notice'>You successfully restore [target]'s appearance.</span>")
user.visible_message("[user] successfully restores [target]'s appearance!", "<span class='notice'>Closing the incision with the included suture kit, you successfully restore [target]'s appearance.</span>")
var/getName = sanitize(input(user, "What is your patient's new identity?", "Name change") as null|text, MAX_NAME_LEN)
if(getName)