mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-25 14:59:07 +00:00
line and line segment intersection code and tests
This commit is contained in:
parent
f557ecc13d
commit
4304ea7f4d
7 changed files with 563 additions and 2 deletions
|
|
@ -73,7 +73,7 @@ class ExplosiveDeployableControl(mine: ExplosiveDeployable) extends Actor with D
|
|||
case _ => false
|
||||
}
|
||||
} =>
|
||||
// the mine damages itself, which sets it off, which causes an explosion
|
||||
// the trigger damages the mine, which sets it off, which causes an explosion
|
||||
// think of this as an initiator to the proper explosion
|
||||
mine.Destroyed = true
|
||||
ExplosiveDeployableControl.DamageResolution(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue