mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-12 08:50:57 +00:00
Yellow Ownership (#1226)
* just some tinkering and clean-up * converted DeployItem from AvatarService to LocalService; attempt at resolving missing overwhip yellow ring is complicated; vehicle ownership packet wqorks on deployables that are mountable, but is less successful on normal simple deployables * restoration of yellow ring of ownership around deployables; changes to variant of CommonFieldData transcorder used on certain deployable transcoders; static values are assigned parameter names and public variables are given types for completion * initial packet for GenericObjectAction2Message and tests; repaired transcoders and tests for TRAP and small turrets * force redraw of the whole boomer to assert reassignment of ownership; it's heavy-handed but it works * deployable ownership should be asserted during both re-zoning and revival; refactoring of code in ZoningOperations
This commit is contained in:
parent
9c7a607cf5
commit
cab6e642b6
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import shapeless.{::, HNil}
|
|||
object ImplantEffects extends Enumeration {
|
||||
type Type = Value
|
||||
|
||||
|
||||
val SurgeEffects: ImplantEffects.Value = Value(9)
|
||||
val PersonalShieldEffects: ImplantEffects.Value = Value(5)
|
||||
val DarklightEffects: ImplantEffects.Value = Value(3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue