Mort now drinks from a cup.

This commit is contained in:
PrisonCamp
2015-01-03 02:50:23 -08:00
parent 021f2e16fc
commit 7ed84e6b2c
@@ -4242,6 +4242,8 @@ trigger OnInitialize ()
setCondition (self, CONDITION_CONVERSABLE);
setInvulnerable (self, true);
setName(self, new string_id( "ep3/npc_names", "clone_relics_mort" ));
obj_id cup1 = createObject ("object/tangible/item/con_drinking_glass_01.iff", self, "");
equip (cup1, self);
return SCRIPT_CONTINUE;
}
@@ -4250,6 +4252,8 @@ trigger OnAttach ()
setCondition (self, CONDITION_CONVERSABLE);
setInvulnerable (self, true);
setName(self, new string_id( "ep3/npc_names", "clone_relics_mort" ));
obj_id cup1 = createObject ("object/tangible/item/con_drinking_glass_01.iff", self, "");
equip (cup1, self);
return SCRIPT_CONTINUE;
}