mirror of
https://bitbucket.org/swgmasters/swg-src.git
synced 2026-01-17 00:06:23 -05:00
Merged in Gaigu/swg-src-2/Gaigu/wrong-objvar-1457347819667 (pull request #16)
Wrong objvar
This commit is contained in:
@@ -7568,7 +7568,7 @@ messageHandler handleMiscSelect()
|
||||
case 15: //drink 2 op
|
||||
obj_id juice = createObject("object/tangible/food/crafted/drink_blue_milk.iff", pInv, "");
|
||||
setCount(juice, 3);
|
||||
setObjVar(juice, "buffName", crystal_buff);
|
||||
setObjVar(juice, "buff_name", crystal_buff);
|
||||
setObjVar(juice, "duration", 7200.f);
|
||||
attachScript(juice, "item.special.nomove");
|
||||
setObjVar(juice, "noTrade", 1);
|
||||
|
||||
Reference in New Issue
Block a user