Skip to content

Commit

Permalink
Fix infinite snowball bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneWolfHT committed Dec 7, 2023
1 parent e07bfb1 commit 955bb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/other/throwable_snow/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local snowball_def = {
}
}

grenades.register_grenade("throwable_snow:snowball", snowball_def)
grenades.register_grenade("throwable_snow:snowball", table.copy(snowball_def))

snowball_def.stack_max = -1
grenades.register_grenade("throwable_snow:infinite_snowball", snowball_def)
Expand Down

0 comments on commit 955bb28

Please sign in to comment.