* - 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:
Aviu00
2024-04-02 23:19:33 +09:00
committed by GitHub
parent fa00c5f528
commit 9f00a90f24
14 changed files with 213 additions and 33 deletions

View File

@@ -1,6 +1,7 @@
using System.Linq;
using Content.Server._White.Cult.GameRule;
using Content.Server._White.Mood;
using Content.Server._White.Other.FastAndFuriousSystem;
using Content.Server.Administration.Systems;
using Content.Server.Bible.Components;
using Content.Server.Body.Components;
@@ -998,6 +999,9 @@ public sealed partial class ChangelingSystem
private void TransferComponents(EntityUid from, EntityUid to)
{
if (HasComp<FastAndFuriousComponent>(from))
EnsureComp<FastAndFuriousComponent>(to);
if (HasComp<AbsorbedComponent>(from))
EnsureComp<AbsorbedComponent>(to);