From 0d299684edbfcc7d07792c4b594ab19af3f869f9 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Tue, 6 Oct 2020 21:35:08 +0200 Subject: [PATCH 1/2] oops! --- code/modules/surgery/bodyparts/dismemberment.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/surgery/bodyparts/dismemberment.dm b/code/modules/surgery/bodyparts/dismemberment.dm index 3038e32733..481bafbb3d 100644 --- a/code/modules/surgery/bodyparts/dismemberment.dm +++ b/code/modules/surgery/bodyparts/dismemberment.dm @@ -434,8 +434,8 @@ var/datum/scar/scaries = new var/datum/wound/loss/phantom_loss = new // stolen valor, really scaries.generate(L, phantom_loss) - if(HAS_TRAIT(src, ROBOTIC_LIMBS)) //Snowflake trait moment, but needed. + L.attach_limb(src, 1) + if(ROBOTIC_LIMBS in dna.species.species_traits) //Snowflake trait moment, but needed. L.render_like_organic = TRUE L.change_bodypart_status(BODYPART_ROBOTIC, FALSE, TRUE) //Haha what if IPC-lings actually regenerated the right limbs instead of organic ones? That'd be pretty cool, right? - L.attach_limb(src, 1) return TRUE From 5d97b04a6f9115f6b3a2104347bf75c3f4c74eb7 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sat, 10 Oct 2020 17:34:02 -0500 Subject: [PATCH 2/2] Automatic changelog generation for PR #13531 [ci skip] --- html/changelogs/AutoChangeLog-pr-13531.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-13531.yml diff --git a/html/changelogs/AutoChangeLog-pr-13531.yml b/html/changelogs/AutoChangeLog-pr-13531.yml new file mode 100644 index 0000000000..3c138ef98d --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-13531.yml @@ -0,0 +1,4 @@ +author: "DeltaFire15" +delete-after: True +changes: + - bugfix: "A certain lizard (totally not me) being stupid is no longer going to break regenerate_bodyparts"