Skip to content

Commit

Permalink
Update mecha_defense.dm
Browse files Browse the repository at this point in the history
Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Dec 21, 2024
1 parent e0264c5 commit 23bd995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/mecha/mecha_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
obj_integrity += min(10 * repair_multiplier, max_integrity-obj_integrity)
if(obj_integrity == max_integrity)
to_chat(user, span_notice("It looks to be fully repaired now."))
return
return
to_chat(user, span_warning("The [name] is at full integrity!"))

/obj/mecha/proc/mech_toxin_damage(mob/living/target)
Expand Down

0 comments on commit 23bd995

Please sign in to comment.