mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 15:34:42 +00:00
tell me armor for any max
This commit is contained in:
parent
e76c33b028
commit
e3231bae02
1 changed files with 2 additions and 0 deletions
|
|
@ -3137,6 +3137,8 @@ class ZoningOperations(
|
||||||
sendResponse(PlanetsideAttributeMessage(guid, 4, tplayer.Armor))
|
sendResponse(PlanetsideAttributeMessage(guid, 4, tplayer.Armor))
|
||||||
continent.AvatarEvents ! AvatarServiceMessage(continent.id, AvatarAction.PlanetsideAttributeToAll(guid, 4, tplayer.Armor))
|
continent.AvatarEvents ! AvatarServiceMessage(continent.id, AvatarAction.PlanetsideAttributeToAll(guid, 4, tplayer.Armor))
|
||||||
}
|
}
|
||||||
|
// for issue #1269
|
||||||
|
continent.AllPlayers.filter(_.ExoSuit == ExoSuitType.MAX).foreach(max => sendResponse(PlanetsideAttributeMessage(max.GUID, 4, max.Armor)))
|
||||||
// AvatarAwardMessage
|
// AvatarAwardMessage
|
||||||
//populateAvatarAwardRibbonsFunc(1, 20L)
|
//populateAvatarAwardRibbonsFunc(1, 20L)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue