mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Fixes some unnecessary attack chain cancels (#7910)
* Fixes some unnecessary attack chain cancels (#61038) Replaced attack chain cancels on some objects with parent calls * Fixes some unnecessary attack chain cancels Co-authored-by: GoblinBackwards <kinggreenyoshi@gmail.com>
This commit is contained in:
co-authored by
GoblinBackwards
parent
a8a2af902b
commit
146469e37e
@@ -461,7 +461,11 @@
|
||||
else if (tool.tool_behaviour)
|
||||
to_chat(user, span_warning("The bolts need to be loosened first!"))
|
||||
|
||||
return SECONDARY_ATTACK_CANCEL_ATTACK_CHAIN
|
||||
|
||||
if (tool.tool_behaviour)
|
||||
return SECONDARY_ATTACK_CANCEL_ATTACK_CHAIN
|
||||
|
||||
return ..()
|
||||
|
||||
/obj/structure/window/proc/cool_bolts()
|
||||
if(state == RWINDOW_BOLTS_HEATED)
|
||||
|
||||
Reference in New Issue
Block a user