Skip to content

Commit

Permalink
bugfix: Delete runtime from DeathSquad's upgrade (#5923)
Browse files Browse the repository at this point in the history
Update hardsuit_taser_proof.dm
  • Loading branch information
Den109G authored Sep 22, 2024
1 parent e4c619b commit 6c3cd51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
if(!hardsuit.suit_adjusted)
return FALSE
var/obj/item/projectile/P = hitby
if(P.shockbull)
if(istype(P) && P.shockbull)
return TRUE
return FALSE

0 comments on commit 6c3cd51

Please sign in to comment.