Fixes rigged batons runtiming on hit. and also fixes syringes (#26223)

This commit is contained in:
1080pCat
2024-07-15 22:00:43 +00:00
committed by GitHub
parent f8066409bb
commit e32843e544
2 changed files with 2 additions and 4 deletions
@@ -110,6 +110,7 @@
cell = null
turned_on = FALSE
update_icon(UPDATE_ICON_STATE)
return
if(cell.charge < (hitcost)) // If after the deduction the baton doesn't have enough charge for a stun hit it turns off.
turned_on = FALSE
update_icon()