mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
|
|
|
|
trigger OnAttach()
|
|
{
|
|
if (getJediState(self) < JEDI_STATE_JEDI)
|
|
setJediState(self, JEDI_STATE_JEDI);
|
|
|
|
setMaxForcePower(self, 10000);
|
|
setForcePowerRegenRate(self, 1000);
|
|
|
|
detachScript(self, "beta.jedi_test");
|
|
|
|
return SCRIPT_CONTINUE;
|
|
} |