mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
Princess set with -char princess is left-handed
This commit is contained in:
parent
097bdb1687
commit
79f6f04405
@ -3142,6 +3142,7 @@ EX int read_config_args() {
|
||||
}
|
||||
else if(s == "princess") {
|
||||
cs.charid = 3;
|
||||
cs.lefthanded = true;
|
||||
cs.skincolor = 0xEFD0C9FF;
|
||||
cs.haircolor = 0x301800FF;
|
||||
cs.eyecolor = 0xC000FF;
|
||||
|
Loading…
Reference in New Issue
Block a user