Skip to content

Commit

Permalink
Fix incorrect buff tooltip
Browse files Browse the repository at this point in the history
Closes #371
  • Loading branch information
Kvel2D committed Feb 20, 2024
1 parent 54fa0e4 commit d2dde40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scenes/Towers/Instances/Timevault1.gd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func tower_init():
mod.add_modification(Modification.Type.MOD_TRIGGER_CHANCES, 0.30, 0.006)
sir_timevault_aura_bt.set_buff_modifier(mod)
sir_timevault_aura_bt.set_buff_icon("@@0@@")
sir_timevault_aura_bt.set_buff_tooltip("Time Travel\nThis unit is scheduled for Time Travel; it will soon be teleported back to an old position.")
sir_timevault_aura_bt.set_buff_tooltip("Timesurge\nThis tower has increased trigger chances.")


func get_aura_types() -> Array[AuraType]:
Expand Down

0 comments on commit d2dde40

Please sign in to comment.