mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 02:58:45 +01:00
Repairing light robotic damage messaging fix
This commit is contained in:
@@ -461,11 +461,18 @@
|
||||
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()]
|
||||
<<<<<<< HEAD
|
||||
user.visible_message("<b>\The [user]</b> patches [damage_desc] on [T.his] [src.name] with [tool].")
|
||||
else
|
||||
user.visible_message("<b>\The [user]</b> patches [damage_desc] on [owner]'s [src.name] with [tool].")
|
||||
=======
|
||||
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] [fix_verb] [damage_desc] on [owner]'s [src.name] with [tool].</span>")
|
||||
>>>>>>> 02c3aebf2a3... Repairing light robotic damage messaging fix (#8870)
|
||||
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user