asteroid claim improvements, golem ship security

Add plating over asteroid tiles if you've claimed them

Asteroid walls can now be used to define rooms (still must be airtight)

Add golem check to the free golem ship
This commit is contained in:
datlo
2019-02-03 15:59:04 +00:00
parent f06e88d82d
commit 912c6b0b9e
3 changed files with 19 additions and 0 deletions
+2
View File
@@ -268,6 +268,8 @@
return BORDER_BETWEEN
if(istype(T2, /turf/simulated/wall))
return BORDER_2NDTILE
if(istype(T2, /turf/simulated/mineral))
return BORDER_2NDTILE
if(!istype(T2, /turf/simulated))
return BORDER_BETWEEN