Skip to content

Commit

Permalink
prae fix
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Jan 17, 2024
1 parent 9b2d08a commit 721e89e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,9 @@
if (!X.check_state() || X.action_busy)
return

if (!action_cooldown_check() && check_and_use_plasma_owner())
if (!action_cooldown_check())
return
if (!check_and_use_plasma_owner())
return

var/turf/current_turf = get_turf(X)
Expand All @@ -750,8 +752,6 @@
to_chat(X, SPAN_XENODANGER("We cancel our acid ball."))
return

if (!action_cooldown_check())
return

apply_cooldown()

Expand Down

0 comments on commit 721e89e

Please sign in to comment.