mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-01 03:26:44 +01:00
Fixed spellbook profile showing your actual race rather than what you report as
This commit is contained in:
parent
f2bb7adc74
commit
20607d5755
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public class SpellbookProfilePageContent extends DrawableHelper implements Spell
|
||||||
|
|
||||||
screen.addDrawable(new SpellbookScreen.ImageButton(x, y, size, size))
|
screen.addDrawable(new SpellbookScreen.ImageButton(x, y, size, size))
|
||||||
.getStyle()
|
.getStyle()
|
||||||
.setIcon(TribeButton.createSprite(pony.getActualSpecies(), 0, 0, size))
|
.setIcon(TribeButton.createSprite(pony.getSpecies(), 0, 0, size))
|
||||||
.setTooltip(ProfileTooltip.get(pony));
|
.setTooltip(ProfileTooltip.get(pony));
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue