mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-08 14:30:18 +00:00
Fix skills display to not scroll on last line
This commit is contained in:
parent
b8b2541715
commit
e1c2c9c4d5
@ -75,10 +75,10 @@ def _party_showPlayerSheet(num)
|
||||
// Show aquired skills in lower right panel
|
||||
setWindow3()
|
||||
clearWindow()
|
||||
rawDisplayStr("^Y^LSkills^L^N\n")
|
||||
if player=>b_aiming; displayStr("Aiming\n"); fin
|
||||
if player=>b_handToHand; displayStr("Hand-to-Hand\n"); fin
|
||||
if player=>b_dodging; displayStr("Dodging\n"); fin
|
||||
rawDisplayStr("^Y^LSkills^L^N")
|
||||
if player->b_aiming; displayStr("\nAiming"); fin
|
||||
if player->b_handToHand; displayStr("\nHand-to-Hand"); fin
|
||||
if player->b_dodging; displayStr("\nDodging"); fin
|
||||
|
||||
// Get a key, do something
|
||||
getUpperKey()
|
||||
|
Loading…
Reference in New Issue
Block a user