mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Fixes a runtime in the multi cell charger secondary attack chain (#19506)
its secondary attack Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
to_chat(user, span_notice("You press the quick release as all the cells pop out!"))
|
||||
for(var/i in charging_batteries)
|
||||
removecell()
|
||||
return COMPONENT_CANCEL_ATTACK_CHAIN
|
||||
return SECONDARY_ATTACK_CANCEL_ATTACK_CHAIN
|
||||
|
||||
/obj/machinery/cell_charger_multi/examine(mob/user)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user