mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
tell me armor for any max
This commit is contained in:
parent
e76c33b028
commit
e3231bae02
|
|
@ -3137,6 +3137,8 @@ class ZoningOperations(
|
|||
sendResponse(PlanetsideAttributeMessage(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
|
||||
//populateAvatarAwardRibbonsFunc(1, 20L)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue