|
|
@@ -32,7 +32,7 @@ public override void Initialize()
|
|
|
|
|
|
private void OnMapInit(EntityUid uid, FlintRockComponent component, MapInitEvent args)
|
|
|
{
|
|
|
- component.CurrentFlints = Random.Next(0, component.MaxFlints + 1);
|
|
|
+ component.CurrentFlints = Random.Next(1, component.MaxFlints + 1);
|
|
|
}
|
|
|
|
|
|
public override void Update(float frameTime)
|
|
|
@@ -108,4 +108,4 @@ private void OnExamined(EntityUid uid, FlintRockComponent component, ExaminedEve
|
|
|
args.PushMarkup(message);
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|