Skip to content

Commit 317620a

Browse files
committed
minor changes
1 parent 96a21f2 commit 317620a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entities/spaceship.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ func (s *SpaceShip) LevelUp() {
284284
if s.Level > s.previousLevel {
285285

286286
// TODO: Refactor
287-
s.HealthProducer.health += 2
287+
s.HealthProducer.health += 4
288288
s.HealthProducer.increaseHealthBy += 0.2
289289

290290
if s.cfg.SpaceShipConfig.MaxLevel <= s.Level {

0 commit comments

Comments
 (0)