mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
Further adjustments for tutorial getting stuck issue
This commit is contained in:
@@ -1523,7 +1523,8 @@ public class base_player extends script.base_script
|
||||
if (!isInTutorialArea(self))
|
||||
{
|
||||
if(hasObjVar(self, "npe.phase_number")) {
|
||||
if(getIntObjVar(self, "npe.phase_number") == 3) {
|
||||
String bt = getTemplateName(getTopMostContainer(self));
|
||||
if(!isGod(self) && getIntObjVar(self, "npe.phase_number") == 3 && !bt.contains("npe_space_dungeon")) {
|
||||
getClusterWideData("npe_public_instances", "npe_space_station*", false, self);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user