mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
add traveling to Mustafar via space terminals
This commit is contained in:
@@ -210,11 +210,11 @@ public class terminal_space extends script.terminal.base.base_terminal
|
||||
{
|
||||
return;
|
||||
}
|
||||
if (planet.equals("mustafar"))
|
||||
/*if (planet.equals("mustafar"))
|
||||
{
|
||||
sendSystemMessage(player, SID_MUSTAFAR);
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
if (planet.equals("kashyyyk_main"))
|
||||
{
|
||||
if (!features.hasEpisode3Expansion(player))
|
||||
|
||||
Reference in New Issue
Block a user