From c528d5cc9ef1359ccfacb2aec6670a83027f7bc6 Mon Sep 17 00:00:00 2001 From: nemvar <47324920+nemvar@users.noreply.github.com> Date: Wed, 6 May 2020 02:18:49 +0200 Subject: [PATCH] Fixes mutation toxin runtime (#50810) --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index b5503cfd0a4..65fd5b421e5 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -530,6 +530,7 @@ H.set_species(species_type) H.reagents.del_reagent(type) to_chat(H, "You've become \a [lowertext(initial(species_type.name))]!") + return ..() /datum/reagent/mutationtoxin/classic //The one from plasma on green slimes