Aspect fix (#411)

* Aspect fixes

* Update NonPeacefulRoundItems

* Add PresentAspect

* Fix

* Fix late join

* Change color
This commit is contained in:
Aviu00
2023-09-18 22:52:46 +09:00
committed by Aviu00
parent 4e4dc415bd
commit 2fce4b822b
11 changed files with 134 additions and 17 deletions

View File

@@ -98,7 +98,7 @@ public sealed class RandomGiftSystem : EntitySystem
_possibleGiftsUnsafe.Add(proto.ID);
if (!proto.Components.ContainsKey(itemCompName))
if (!proto.Components.ContainsKey(itemCompName) || proto.SetSuffix is "DEBUG" or "Admeme") // WD EDIT
continue;
_possibleGiftsSafe.Add(proto.ID);