Aspects (#266)
* - add: Revive fast and furious aspect. * - add: Update accents. * - add: More buzzing for moth. * - tweak: Change desc. * - fix: Fixes. * - add: RandomItemAspect. * - fix: Fix arachnid socks. * - tweak: Update desc part 2.
This commit is contained in:
@@ -114,4 +114,11 @@ public sealed class RandomGiftSystem : EntitySystem
|
||||
_possibleGiftsSafe.Add(proto.ID);
|
||||
}
|
||||
}
|
||||
|
||||
// WD START
|
||||
public string? PickRandomItem()
|
||||
{
|
||||
return _possibleGiftsSafe.Count == 0 ? null : _random.Pick(_possibleGiftsSafe);
|
||||
}
|
||||
// WD END
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user