fixes an infinite loop (#22982)

This commit is contained in:
GDN
2023-10-21 12:24:36 -04:00
committed by GitHub
parent cccf324773
commit 95f691534a
@@ -29,7 +29,7 @@
/obj/item/gun/throw/crossbow/emp_act(severity)
if(cell && severity)
emp_act(severity)
cell.emp_act(severity)
/obj/item/gun/throw/crossbow/update_icon_state()
if(!tension)