mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-15 10:13:03 +01:00
Repairing light robotic damage messaging fix (#8870)
* Robo-repair calls print a different message when all the damage is healed * Return whether or not damage is repaired.
This commit is contained in:
@@ -443,11 +443,12 @@
|
||||
if("omni")src.heal_damage(repair_amount, repair_amount, 0, 1)
|
||||
|
||||
if(damage_desc)
|
||||
var/fix_verb = (damage_amount > repair_amount) ? "patches" : "finishes patching"
|
||||
if(user == src.owner)
|
||||
var/datum/gender/T = gender_datums[user.get_visible_gender()]
|
||||
user.visible_message("<span class='notice'>\The [user] patches [damage_desc] on [T.his] [src.name] with [tool].</span>")
|
||||
user.visible_message("<span class='notice'>\The [user] [fix_verb] [damage_desc] on [T.his] [src.name] with [tool].</span>")
|
||||
else
|
||||
user.visible_message("<span class='notice'>\The [user] patches [damage_desc] on [owner]'s [src.name] with [tool].</span>")
|
||||
user.visible_message("<span class='notice'>\The [user] [fix_verb] [damage_desc] on [owner]'s [src.name] with [tool].</span>")
|
||||
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user