From 03e186bc1954c8bef51254fb0873e06dd541a79c Mon Sep 17 00:00:00 2001 From: AlexanderUlanH Date: Wed, 19 Feb 2014 20:29:25 -0500 Subject: [PATCH] Remove other namecheck --- code/game/objects/items/blueprints.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/blueprints.dm b/code/game/objects/items/blueprints.dm index 152377dff1c..e671f5d4d11 100644 --- a/code/game/objects/items/blueprints.dm +++ b/code/game/objects/items/blueprints.dm @@ -80,7 +80,7 @@ move an amendment to the drawing.

return A /obj/item/blueprints/proc/get_area_type(var/area/A = get_area()) - if (A.name == "Space") + if (istype(A,/area/space)) return AREA_SPACE var/list/SPECIALS = list( /area/shuttle,