Compileerrorfix, update items.dmi

This commit is contained in:
Tigercat2000
2015-03-26 19:00:25 +01:00
parent 18072a8539
commit 62f72163c7
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -107,7 +107,7 @@
/obj/item/areaeditor/proc/get_area_type(var/area/A = get_area())
if (istype(A,/area/space))
if (A.name == "Space")
return AREA_SPACE
var/list/SPECIALS = list(
/area/shuttle,
@@ -119,6 +119,7 @@
/area/syndicate_station,
/area/wizard_station,
/area/prison
// /area/derelict //commented out, all hail derelict-rebuilders!
)
for (var/type in SPECIALS)
if ( istype(A,type) )