Increase body locations to include ear

master
kts of kettek (nyaa) 2018-06-20 23:57:10 -07:00
parent 469408c07f
commit b54c1a71af
2 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ body_locations_struct body_locations[NUM_BODY_LOCATIONS] = {
{ "body_wrist", "around your wrists", "around a human's wrist" },
{ "body_waist", "around your waist", "around a human's waist" },
{ "body_leg", "around your legs", "around a human's legs" },
{ "body_ear", "on your ear", "on a human's ear" },
/*{"body_dragon_torso", "your body", "a dragon's body"} */
};

View File

@ -38,7 +38,7 @@
/** Object tag, unique during the whole game. */
typedef uint32 tag_t;
#define NUM_BODY_LOCATIONS 13 /**< Number of body locations. */
#define NUM_BODY_LOCATIONS 14 /**< Number of body locations. */ // @@@ increased for earrings
#define BODY_ARMS 1 /**< This should be the index of the arms. */
/**