mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
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:
@@ -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."
|
||||
Reference in New Issue
Block a user