mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-09-12 23:45:12 -04:00
Adding Sunriders Destiny Crystal to frog
This commit is contained in:
@@ -903,7 +903,8 @@ public class terminal_character_builder extends script.base_script
|
||||
"Color Crystals",
|
||||
"Lava Crystal",
|
||||
"Power Crystals",
|
||||
"Ancient Krayt Pearls"
|
||||
"Ancient Krayt Pearls",
|
||||
"Sunriders Destiny"
|
||||
};
|
||||
public static final String[] SABER_OPTIONS =
|
||||
{
|
||||
@@ -8138,6 +8139,10 @@ public class terminal_character_builder extends script.base_script
|
||||
}
|
||||
sendSystemMessageTestingOnly(player, "Ancient Krayt Pearls Issued!");
|
||||
break;
|
||||
case 4:
|
||||
static_item.createNewItemFunction("item_color_crystal_02_29", pInv);
|
||||
sendSystemMessageTestingOnly(player, "Sunriders Destiny Issued!");
|
||||
break;
|
||||
default:
|
||||
cleanScriptVars(player);
|
||||
return SCRIPT_CONTINUE;
|
||||
|
||||
Reference in New Issue
Block a user