mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-03 12:10:22 +00:00
Swap surge into first implant slot and change darklight for audio amp (#374)
This commit is contained in:
parent
39ae77d6f4
commit
2800d4da0d
1 changed files with 2 additions and 2 deletions
|
|
@ -1340,9 +1340,9 @@ class WorldSessionActor extends Actor
|
|||
AwardBattleExperiencePoints(avatar, 20000000L)
|
||||
avatar.CEP = 600000
|
||||
avatar.Implants(0).Unlocked = true
|
||||
avatar.Implants(0).Implant = GlobalDefinitions.darklight_vision
|
||||
avatar.Implants(0).Implant = GlobalDefinitions.surge
|
||||
avatar.Implants(1).Unlocked = true
|
||||
avatar.Implants(1).Implant = GlobalDefinitions.surge
|
||||
avatar.Implants(1).Implant = GlobalDefinitions.audio_amplifier
|
||||
avatar.Implants(2).Unlocked = true
|
||||
avatar.Implants(2).Implant = GlobalDefinitions.targeting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue