mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user