mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
OnTriggerCollide Bug fix (#8467)
* ez gg dubskis * meteor * Update meteors.yml
This commit is contained in:
@@ -72,7 +72,8 @@ namespace Content.Server.Explosion.EntitySystems
|
||||
|
||||
private void OnTriggerCollide(EntityUid uid, TriggerOnCollideComponent component, StartCollideEvent args)
|
||||
{
|
||||
Trigger(component.Owner);
|
||||
if(args.OurFixture.ID == component.FixtureID)
|
||||
Trigger(component.Owner);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user