Remove other namecheck

This commit is contained in:
AlexanderUlanH
2014-02-19 20:29:25 -05:00
parent 1d6981c2d3
commit 03e186bc19
+1 -1
View File
@@ -80,7 +80,7 @@ move an amendment</a> to the drawing.</p>
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,