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:
Fluffy
2023-12-25 16:04:27 +00:00
committed by GitHub
co-authored by Wowzewow
parent b66262d143
commit 8cfed3d389
3 changed files with 69 additions and 11 deletions
+1 -1
View File
@@ -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)