fix: bombs are making NaN amount of damage

This commit is contained in:
minjaesong
2024-02-15 17:35:56 +09:00
parent 2363a5c51f
commit 84dcc95fc0
4 changed files with 64 additions and 15 deletions

View File

@@ -65,7 +65,7 @@ open class ActorPrimedBomb(
/**
* Created by minjaesong on 2024-02-14.
*/
class ActorCherryBomb : ActorPrimedBomb(32f, 4.5f) { // 14
class ActorCherryBomb : ActorPrimedBomb(14f, 4.5f) { // 14 is the intended value; 32 is for testing
init {
val itemImage = CommonResourcePool.getAsItemSheet("basegame.items").get(0,13)