diff --git a/scripts/Contents/Characters/MTY.gd b/scripts/Contents/Characters/MTY.gd index 6f422fc..ce8a900 100644 --- a/scripts/Contents/Characters/MTY.gd +++ b/scripts/Contents/Characters/MTY.gd @@ -8,7 +8,7 @@ func register(): fields[FieldStore.Entity.MAX_HEALTH] = 400 fields[FieldStore.Entity.MOVEMENT_SPEED] = 0.9 attackCooldownMap[0] = 4000 - attackCooldownMap[1] = 1500 + attackCooldownMap[1] = 3000 attackCooldownMap[2] = 500 sprintMultiplier = 5 func spawn():