Add earring apply code

master
kts of kettek (nyaa) 2019-08-13 18:16:22 -07:00
parent 3e2bdecba4
commit b04508fb87
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ method_ret legacy_ob_apply(ob_methods *context, object *op, object *applier, int
case SHIELD:
case HELMET:
case RING:
case EARRING:
case CLOAK:
case WAND:
case ROD:

View File

@ -42,6 +42,7 @@ void legacy_ob_describe(const ob_methods *context, const object *op, const objec
switch (op->type) {
case RING:
case EARRING:
case SKILL:
case WEAPON:
case ARMOUR: