Skip to content

Commit

Permalink
small oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
Bierkraan committed Mar 18, 2024
1 parent 5b95110 commit 0251b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/grenades/grenade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1108,8 +1108,8 @@
/obj/structure/bomb/kg150
name = "150 kg bomb"

var/num_fragments = 50
var/fragment_damage = 30
num_fragments = 50
fragment_damage = 30

/obj/structure/bomb/kg150/explode()
spawn(timer)
Expand Down

0 comments on commit 0251b66

Please sign in to comment.