Adds IThrown, ILand interfaces. Adds dice. (#273)
* Dice, IThrown, ILand * Adds sounds to the dice using a sound collection. * Seed random instance better. * Missed a ")", should compile now
This commit is contained in:
committed by
Pieter-Jan Briers
parent
92668432a7
commit
d9077bde74
@@ -56,6 +56,7 @@ using Content.Server.GameObjects.Components.Research;
|
||||
using Content.Shared.GameObjects.Components.Research;
|
||||
using Robust.Shared.Interfaces.Log;
|
||||
using Content.Server.GameObjects.Components.Explosive;
|
||||
using Content.Server.GameObjects.Components.Items;
|
||||
using Content.Server.GameObjects.Components.Triggers;
|
||||
|
||||
namespace Content.Server
|
||||
@@ -180,6 +181,8 @@ namespace Content.Server
|
||||
|
||||
factory.Register<CatwalkComponent>();
|
||||
|
||||
factory.Register<DiceComponent>();
|
||||
|
||||
factory.Register<ExplosiveComponent>();
|
||||
factory.Register<OnUseTimerTriggerComponent>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user