mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Limb nymphs fixes (#18039)
* sdf * Update code/modules/organs/subtypes/nymph_limbs.dm Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com> --------- Co-authored-by: Wowzewow (Wezzy) <42310821+alsoandanswer@users.noreply.github.com>
This commit is contained in:
@@ -1367,7 +1367,7 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
organ.forceMove(src)
|
||||
|
||||
// Remove parent references
|
||||
parent.children -= src
|
||||
parent?.children -= src
|
||||
parent = null
|
||||
|
||||
release_restraints(victim)
|
||||
|
||||
Reference in New Issue
Block a user