mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-29 23:15:55 -04:00
Mort now drinks from a cup.
This commit is contained in:
+4
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user