Skip to content

Commit

Permalink
log fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed May 8, 2024
1 parent 9b96092 commit 1b61578
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/modules/cm_preds/yaut_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,9 @@
ability_charge = max(ability_charge - ability_cost, 0)

/obj/item/weapon/yautja/chain/dropped(mob/user)
release_capture(user)
reset_tether()
if(trapped_mob || tether_effect)
release_capture(user)
reset_tether()
. = ..()

/obj/item/weapon/yautja/chain/proc/release_capture(mob/user)
Expand Down

0 comments on commit 1b61578

Please sign in to comment.