Stable merge (#42732)

This commit is contained in:
Myra
2026-02-01 16:20:45 +01:00
committed by GitHub
6 changed files with 9 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ public sealed partial class NymphSystem : EntitySystem
_zombie.ZombifyEntity(nymph);
// Move the mind if there is one and it's supposed to be transferred
if (comp.TransferMind == true && _mindSystem.TryGetMind(args.Target, out var mindId, out var mind))
if (comp.TransferMind && _mindSystem.TryGetMind(uid, out var mindId, out var mind))
_mindSystem.TransferTo(mindId, nymph, mind: mind);
// Delete the old organ

View File

@@ -570,7 +570,10 @@ public abstract partial class InventorySystem
{
foreach (var item in GetHandOrInventoryEntities((ent, null, ent)))
{
args.Giblets.Add(item);
// Give me liberty, give me death
// TODO: Give me an API that can tell the difference between a virtual item and an electropak being removed.
if (!HasComp<AttachedClothingComponent>(item))
args.Giblets.Add(item);
}
}
}

View File

@@ -286,6 +286,7 @@
id: OrganDionaBrainNymphing
components:
- type: Nymph
transferMind: true
entityPrototype: OrganDionaNymphBrain
- type: entity

View File

@@ -105,5 +105,3 @@
- type: MobPrice
price: 150
- type: FloatingVisuals
- type: GhostOnMove
mustBeDead: true

View File

@@ -146,6 +146,8 @@
- type: LightningTarget
priority: 2
lightningExplode: false
- type: GhostOnMove
mustBeDead: true
# Used for mobs that can enter combat mode and can attack.
- type: entity

View File

@@ -20,7 +20,7 @@
- type: feedbackPopup
id: UplinkFeedback
popupOrigin: wizden_master
popupOrigin: wizden
title: "[bold]Feedback on Traitor Uplink Changes[/bold]"
description: >-
If you have any feedback on the changes to the Traitor Uplink, feel free to leave them in this thread on the forums!