boss timers: add tooltips

This commit is contained in:
Seth
2018-02-18 18:24:38 -06:00
parent d2200d354b
commit 80eece7978

View File

@@ -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);
}
}