Skip to content

Commit

Permalink
fix from last co
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Feb 18, 2024
1 parent 16878e7 commit fe6c7f3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,13 +222,14 @@
apply_cooldown_override(click_miss_cooldown)
return

if(!isliving(affected_atom))
return

var/mob/living/carbon/carbon = affected_atom
if(carbon.stat == DEAD)
return

if(!isliving(affected_atom))
return

if(!check_and_use_plasma_owner())
return

Expand Down

0 comments on commit fe6c7f3

Please sign in to comment.