Outlines moved to InteractionOutlineComponent, now change color when in interaction range.
This commit is contained in:
@@ -35,6 +35,9 @@ namespace Content.Server
|
||||
"LowWall",
|
||||
"Window",
|
||||
"CharacterInfo",
|
||||
"InteractionOutline",
|
||||
"MeleeWeaponArcAnimation",
|
||||
"AnimationsTest",
|
||||
};
|
||||
|
||||
foreach (var ignoreName in registerIgnore)
|
||||
@@ -49,6 +52,7 @@ namespace Content.Server
|
||||
var cast = (ServerModuleTestingCallbacks) TestingCallbacks;
|
||||
cast.ServerBeforeIoC?.Invoke();
|
||||
}
|
||||
|
||||
IoCManager.BuildGraph();
|
||||
|
||||
_gameTicker = IoCManager.Resolve<IGameTicker>();
|
||||
|
||||
Reference in New Issue
Block a user