praise the good lord, for the game finally compiles

This commit is contained in:
duncathan
2016-03-29 18:51:40 -06:00
parent 3f1375ba39
commit e86cf0f280
195 changed files with 10565 additions and 10467 deletions

View File

@@ -165,7 +165,7 @@
return 0
else
var/area/A = get_area(NewLoc)
if(istype(NewLoc, /turf/space) || istype(A, /area/shuttle)) //if unplaced, can't go on shuttles or space tiles
if(istype(NewLoc, /turf/open/space) || istype(A, /area/shuttle)) //if unplaced, can't go on shuttles or space tiles
return 0
loc = NewLoc
return 1