Energy magnum fix (#5270)
* Fixes it? * truth be told i have no idea what im doing
This commit is contained in:
parent
de8953d6fe
commit
9f46103e59
|
|
@ -1366,6 +1366,16 @@
|
|||
types:
|
||||
Heat: 24
|
||||
Piercing: 11
|
||||
- type: Fixtures # Delta V - ensures that it doesnt pierce windows
|
||||
fixtures:
|
||||
projectile:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.1,-0.1,0.1,0.1"
|
||||
hard: true
|
||||
mask:
|
||||
- Impassable
|
||||
- BulletImpassable
|
||||
|
||||
- type: entity
|
||||
name: magnum window-piercing bolt
|
||||
|
|
|
|||
Loading…
Reference in New Issue