mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-03 03:15:55 -04:00
3.1 Config Refactor
This commit is contained in:
@@ -59,20 +59,6 @@ public class player_utility extends script.base_script
|
||||
public static final String GUARD_OCCUPIED = "occupied";
|
||||
public int OnLogin(obj_id self) throws InterruptedException
|
||||
{
|
||||
if (utils.checkConfigFlag("GameServer", "jediTestResources"))
|
||||
{
|
||||
if (hasSkill(self, "class_bountyhunter_phase4_novice"))
|
||||
{
|
||||
createNewBHResources(self);
|
||||
}
|
||||
}
|
||||
if (utils.checkConfigFlag("GameServer", "jediTestBuffs"))
|
||||
{
|
||||
if (hasSkill(self, "class_bountyhunter_phase4_novice"))
|
||||
{
|
||||
createBuffs(self);
|
||||
}
|
||||
}
|
||||
removeObjVar(self, VAR_FIND_BASE);
|
||||
if (buff.hasBuff(self, "tcg_series3_hands_of_seduction"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user