Some grammar fixes (#401)

This commit is contained in:
CitadelStationBot
2017-04-15 13:48:50 -05:00
committed by TalkingCactus
parent 4f4390fe01
commit 01f28d3f79
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -419,7 +419,8 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
if((brute_heal > 0 && affecting.brute_dam > 0) || (burn_heal > 0 && affecting.burn_dam > 0))
if(affecting.heal_damage(brute_heal, burn_heal, 1, 0))
H.update_damage_overlays()
user.visible_message("[user] has fixed some of the [dam ? "dents on" : "burnt wires in"] [H]'s [affecting].", "<span class='notice'>You fix some of the [dam ? "dents on" : "burnt wires in"] [H]'s [affecting].</span>")
user.visible_message("[user] has fixed some of the [dam ? "dents on" : "burnt wires in"] [H]'s [affecting.name].", \
"<span class='notice'>You fix some of the [dam ? "dents on" : "burnt wires in"] [H]'s [affecting.name].</span>")
return 1 //successful heal
else
to_chat(user, "<span class='warning'>[affecting] is already in good condition!</span>")