Add earring apply code
parent
3e2bdecba4
commit
b04508fb87
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue