helLO i forgot to change an icon name

This commit is contained in:
Hatterhat
2021-08-22 16:08:49 -05:00
parent bfac91465b
commit cb05e053a5
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)