From efae99433080a49745920855b24496a518ce7ea4 Mon Sep 17 00:00:00 2001 From: Octus <62493359+OctusGit@users.noreply.github.com> Date: Sat, 22 Jul 2023 05:09:22 -0500 Subject: [PATCH] Restricts Xenomicrobes to admin only and trader shuttle, yes the funny become a biohazard instant reagent (#21506) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * removes all mention of xeno microbes from the code * xenomicrobes are now just bus * Update disease.dm * bro hit me with a 🤨 * Update debris3.dmm * returns it back to the rare meds list (i thought this was a pill list that spawned it) --- _maps/map_files/RandomRuins/SpaceRuins/debris3.dmm | 6 +----- code/modules/reagents/chemistry/reagents/disease.dm | 2 -- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/_maps/map_files/RandomRuins/SpaceRuins/debris3.dmm b/_maps/map_files/RandomRuins/SpaceRuins/debris3.dmm index 92fab2723f2..5b29e38cc39 100644 --- a/_maps/map_files/RandomRuins/SpaceRuins/debris3.dmm +++ b/_maps/map_files/RandomRuins/SpaceRuins/debris3.dmm @@ -81,10 +81,6 @@ /obj/structure/bookcase/random, /turf/simulated/floor/plating/damaged, /area/template_noop) -"y" = ( -/obj/item/storage/pill_bottle/random_meds/labelled, -/turf/space, -/area/template_noop) "z" = ( /turf/simulated/floor/plating/damaged, /area/template_noop) @@ -454,7 +450,7 @@ a A n A -y +A f B A diff --git a/code/modules/reagents/chemistry/reagents/disease.dm b/code/modules/reagents/chemistry/reagents/disease.dm index 24f717e9086..7c3fe25e446 100644 --- a/code/modules/reagents/chemistry/reagents/disease.dm +++ b/code/modules/reagents/chemistry/reagents/disease.dm @@ -14,7 +14,6 @@ new/obj/item/organ/internal/body_egg/spider_eggs(M) //Yes, even Xenos can fall victim to the plague that is spider infestation. return ..() - /datum/reagent/nanomachines name = "Nanomachines" id = "nanomachines" @@ -28,7 +27,6 @@ M.ForceContractDisease(new /datum/disease/transformation/robot(0)) return ..() - /datum/reagent/xenomicrobes name = "Xenomicrobes" id = "xenomicrobes"