mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-05 21:20:20 +00:00
separated aggravation behavior and uara management behavior; moved files into packages and deleted old files
This commit is contained in:
parent
a79fc6bd2f
commit
89d7aea633
16 changed files with 451 additions and 514 deletions
|
|
@ -451,8 +451,8 @@ class DamageModelTests extends Specification {
|
|||
)
|
||||
val func: Any => ResolvedProjectile = resprojectile.damage_model.Calculate(resprojectile)
|
||||
func(tplayer)
|
||||
tplayer.Health mustEqual 54
|
||||
tplayer.Armor mustEqual 46
|
||||
tplayer.Health mustEqual 65
|
||||
tplayer.Armor mustEqual 35
|
||||
}
|
||||
|
||||
"resolve infantry targets in a specific way" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue