Adds edge firelocks

This commit is contained in:
Víctor Aguilera Puerto
2020-09-08 15:20:58 +02:00
parent 95ba81fa32
commit 511147f299
24 changed files with 467 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ namespace Content.Server.GameObjects.Components.Atmos
Owner.EntityManager.EventBus.SubscribeEvent<RotateEvent>(EventSource.Local, this, RotateEvent);
if(_fixAirBlockedDirectionInitialize)
RotateEvent(new RotateEvent(Owner, Angle.Zero, Owner.Transform.LocalRotation));
RotateEvent(new RotateEvent(Owner, Angle.South, Owner.Transform.LocalRotation));
UpdatePosition();
}