Fixes walls not updating damage overlay status when fixed (#22418)

## About PR
Title, one line very important high effort fix!
This commit is contained in:
Kano
2026-05-09 00:21:26 +03:00
committed by GitHub
parent 898f43970f
commit 0f40fb1e00
2 changed files with 7 additions and 0 deletions
@@ -180,6 +180,7 @@
if(WT.use_tool(src, user, max(5, abs(health - maxhealth) / 5), volume = 50) && WT && WT.isOn())
to_chat(user, SPAN_NOTICE("You finish repairing the damage to [src]."))
add_health(maxhealth - health)
update_icon()
clear_bulletholes()
else
to_chat(user, SPAN_NOTICE("You need more welding fuel to complete this task."))
@@ -0,0 +1,6 @@
author: Kano
delete-after: True
changes:
- bugfix: "Fixed walls not updating damage overlay status when fixed."