Skip to content

Commit

Permalink
syntax betterments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomoresolvalou committed Sep 14, 2024
1 parent ba26a86 commit ee30cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/explosives/mine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,11 @@
health -= damage
..()
healthcheck()
return 1
return TRUE

/obj/item/explosive/mine/sharp/proc/healthcheck()
if(health <= 0)
src.prime()
prime()

/obj/item/explosive/mine/sharp/incendiary
name = "\improper P9 SHARP incendiary dart"
Expand Down

0 comments on commit ee30cdd

Please sign in to comment.