mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-03 16:30:15 +00:00
ru:: save morph information
This commit is contained in:
@@ -38,6 +38,8 @@ void save() {
|
||||
|
||||
save_via_stater(f, m, "MAN", false);
|
||||
|
||||
if(m.morphed) save_via_stater(f, *m.morphed, "MORPH", true);
|
||||
|
||||
// list current powers
|
||||
for(auto& p: powers) {
|
||||
save_via_stater(f, p, "POWER", isize(p.randeffs));
|
||||
|
||||
Reference in New Issue
Block a user