Bug fixes: interacting with a follower in the same tile as the player; underline/strikethrough line mispositionings and added shadows to those lines; Toxic/Flame Orb replacing existing status problems; grown berry plants looking like sprouts; pbShowCommandsWithHelp not deactivating message windows it creates

This commit is contained in:
Maruno17
2022-10-02 14:59:59 +01:00
parent 1ccbafb499
commit 88dc215417
5 changed files with 64 additions and 60 deletions

View File

@@ -259,7 +259,8 @@ class BerryPlantSprite
when 2 then @event.turn_down # X sprouted
when 3 then @event.turn_left # X taller
when 4 then @event.turn_right # X flowering
when 5 then @event.turn_up # X berries
else
@event.turn_up if berry_plant.growth_stage >= 5 # X berries
end
else
@event.character_name = "Object ball"