Delta-v/Content.Server/GameObjects/Components/Projectiles
ShadowCommander 23ae73d429
Fix throwing knockback when weightless (#2369)
* Fix throwing an item not moving the player when weightless

* Remove unnecessary code from ThrownItemComponent

* Fix velocity not stopping when hitting a wall after slipping when weightless

* Fix CanMove check being reversed
2020-10-30 01:06:51 +01:00
..
EmitterBoltComponent.cs Singularity, Particle Accelerator & Radiation Collectors (#2169) 2020-10-28 19:19:47 +01:00
ExplosiveProjectileComponent.cs Typo, redundant string interpolation, namespaces and imports cleanup (#2068) 2020-09-13 14:23:52 +02:00
FlashProjectileComponent.cs Typo, redundant string interpolation, namespaces and imports cleanup (#2068) 2020-09-13 14:23:52 +02:00
HitscanComponent.cs Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
ProjectileComponent.cs Singularity, Particle Accelerator & Radiation Collectors (#2169) 2020-10-28 19:19:47 +01:00
StunnableProjectileComponent.cs Add test for adding each component individually to an entity (#1870) 2020-08-24 13:39:00 +02:00
ThrownItemComponent.cs Fix throwing knockback when weightless (#2369) 2020-10-30 01:06:51 +01:00