diff --git a/code/modules/reagents/reactions/instant/instant_vr.dm b/code/modules/reagents/reactions/instant/instant_vr.dm index a1ea2aee0c..236e828061 100644 --- a/code/modules/reagents/reactions/instant/instant_vr.dm +++ b/code/modules/reagents/reactions/instant/instant_vr.dm @@ -209,7 +209,7 @@ /decl/chemical_reaction/instant/slime_food/on_reaction(var/datum/reagents/holder) var/list/borks = subtypesof(/obj/item/weapon/reagent_containers/food/snacks) - + playsound(holder.my_atom, 'sound/effects/phasein.ogg', 100, 1) @@ -416,7 +416,6 @@ blocked += typesof(/mob/living/simple_mob/construct) //Should only exist blocked += typesof(/mob/living/simple_mob/vore/demon) //as player-controlled blocked += typesof(/mob/living/simple_mob/shadekin) //and/or event things - blocked += typesof(/mob/living/simple_mob/horror) var/list/voremobs = typesof(mob_path) - blocked // list of possible hostile mobs playsound(holder.my_atom, 'sound/effects/phasein.ogg', 100, 1) diff --git a/maps/tether/submaps/_tether_submaps.dm b/maps/tether/submaps/_tether_submaps.dm index cb98932fa1..af3a943433 100644 --- a/maps/tether/submaps/_tether_submaps.dm +++ b/maps/tether/submaps/_tether_submaps.dm @@ -57,7 +57,6 @@ #include "../../submaps/admin_use_vr/ert.dm" #include "../../submaps/admin_use_vr/mercship.dm" -#include "../../submaps/admin_use_vr/guttersite.dm" /datum/map_template/admin_use/ert name = "Special Area - ERT"