new ring shape: shFrogRing

This commit is contained in:
Zeno Rogue
2020-03-07 04:47:09 +01:00
parent 04e5a47371
commit 5707fac1a7
5 changed files with 13 additions and 4 deletions
+1
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;
}
}