boss timers: add tooltips
This commit is contained in:
@@ -70,6 +70,7 @@ public class BossTimersPlugin extends Plugin
|
||||
log.debug("Creating spawn timer for {} ({} seconds)", actor.getName(), boss.getSpawnTime());
|
||||
|
||||
RespawnTimer timer = new RespawnTimer(boss, itemManager.getImage(boss.getItemSpriteId()));
|
||||
timer.setTooltip(boss.getName());
|
||||
infoBoxManager.addInfoBox(timer);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user