Some grammar fixes (#401)
This commit is contained in:
committed by
TalkingCactus
parent
4f4390fe01
commit
01f28d3f79
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user