1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-24 06:26:02 +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

@@ -528,7 +528,7 @@ EX genderswitch_t genderswitch[NUM_GS] = {
// --- items ---
#if HDR
enum eOrbshape { osNone, osLove, osRanged, osOffensive, osFriend, osUtility, osDirectional, osWarping };
enum eOrbshape { osNone, osLove, osRanged, osOffensive, osFriend, osUtility, osDirectional, osWarping, osFrog };
static const flagtype ZERO = 0;