1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-19 23:25:13 +00:00

new ring shape: shFrogRing

This commit is contained in:
Zeno Rogue
2020-02-26 00:56:06 +01:00
parent 04e5a47371
commit 5707fac1a7
5 changed files with 13 additions and 4 deletions

View File

@@ -715,6 +715,7 @@ EX hpcshape& orbshape(eOrbshape s) {
case osUtility: return cgi.shGearRing;
case osDirectional: return cgi.shSpearRing;
case osWarping: return cgi.shHeptaRing;
case osFrog: return cgi.shFrogRing;
default: return cgi.shRing;
}
}