Skip to content

Commit

Permalink
comment notes of bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlseraid committed Oct 17, 2024
1 parent 675af85 commit e79aa5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ object GardenCropMilestoneDisplay {
update()
}


//TODO this doesn't seem to live update the collection amount
@SubscribeEvent
fun onOwnInventoryItemUpdate(event: OwnInventoryItemUpdateEvent) {
if (!GardenAPI.inGarden()) return
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ object EliteSkillRankDisplay {
updateDisplay()
}


//TODO this event doesn't seem to work :(
@SubscribeEvent
fun onSkillGained(event: SkillExpGainEvent) {
val skillName = event.skill.name.lowercase()
Expand Down

0 comments on commit e79aa5b

Please sign in to comment.