From 9127c357e988101068353eab0dbbbdf6d8aa3a83 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Wed, 30 Mar 2016 18:17:55 -0400 Subject: [PATCH] further thingssssssssssssssssssssssss --- code/game/area/Space Station 13 areas.dm | 2 +- code/modules/research/xenobiology/xenobiology.dm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/area/Space Station 13 areas.dm b/code/game/area/Space Station 13 areas.dm index 1be91011a17..238485e5b35 100644 --- a/code/game/area/Space Station 13 areas.dm +++ b/code/game/area/Space Station 13 areas.dm @@ -1788,7 +1788,7 @@ area/security/podbay icon_state = "toxlab" /area/toxins/xenobiology - name = "Xenobiology Lab" + name = "\improper Xenobiology Lab" icon_state = "toxmix" /area/toxins/xenobiology/xenoflora_storage diff --git a/code/modules/research/xenobiology/xenobiology.dm b/code/modules/research/xenobiology/xenobiology.dm index 154792c7b12..e92f52f6c59 100644 --- a/code/modules/research/xenobiology/xenobiology.dm +++ b/code/modules/research/xenobiology/xenobiology.dm @@ -444,9 +444,9 @@ color = "#2956B2" /obj/item/areaeditor/blueprints/slime/edit_area() - var/success = ..() + . = ..() var/area/A = get_area(src) - if(success) + if(.) for(var/turf/T in A) T.color = "#2956B2" qdel(src)