Merge pull request #11471 from Hatterhat/the-last-minute

helLO i forgot to change an icon name for crusher overlays please merge
This commit is contained in:
Aronai Sieyes
2021-08-22 17:21:39 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -163,7 +163,8 @@
D.fire()
charged = FALSE
update_icon()
addtimer(CALLBACK(src, .proc/Recharge), charge_time * (user?.ConflictElementCount(CONFLICT_ELEMENT_CRUSHER) || 1))
addtimer(CALLBACK(src, .proc/Recharge), charge_time)
// * (user?.ConflictElementCount(CONFLICT_ELEMENT_CRUSHER) || 1 - tentatively commented out
return
if(proximity_flag && isliving(target))
detonate(target, user)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB