mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
fix some broken converstaion strings on halloween vendor
This commit is contained in:
@@ -542,13 +542,13 @@ public class halloween_vendor extends script.base_script
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
}
|
||||
if (response.equals("s_47"))
|
||||
if (response.equals("s_48"))
|
||||
{
|
||||
doAnimationAction(player, "celebrate1");
|
||||
if (halloween_vendor_condition__defaultCondition(player, npc))
|
||||
{
|
||||
doAnimationAction(npc, "laugh_cackle");
|
||||
string_id message = new string_id(c_stringFile, "s_49");
|
||||
string_id message = new string_id(c_stringFile, "s_51");
|
||||
utils.removeScriptVar(player, "conversation.halloween_vendor.branchId");
|
||||
prose_package pp = new prose_package();
|
||||
pp.stringId = message;
|
||||
@@ -916,7 +916,7 @@ public class halloween_vendor extends script.base_script
|
||||
}
|
||||
if (hasResponse5)
|
||||
{
|
||||
responses[responseIndex++] = new string_id(c_stringFile, "s_47");
|
||||
responses[responseIndex++] = new string_id(c_stringFile, "s_48");
|
||||
}
|
||||
if (hasResponse6)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user