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 SHIELD:
|
||||||
case HELMET:
|
case HELMET:
|
||||||
case RING:
|
case RING:
|
||||||
|
case EARRING:
|
||||||
case CLOAK:
|
case CLOAK:
|
||||||
case WAND:
|
case WAND:
|
||||||
case ROD:
|
case ROD:
|
||||||
|
|
|
||||||
|
|
@ -42,6 +42,7 @@ void legacy_ob_describe(const ob_methods *context, const object *op, const objec
|
||||||
|
|
||||||
switch (op->type) {
|
switch (op->type) {
|
||||||
case RING:
|
case RING:
|
||||||
|
case EARRING:
|
||||||
case SKILL:
|
case SKILL:
|
||||||
case WEAPON:
|
case WEAPON:
|
||||||
case ARMOUR:
|
case ARMOUR:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue