Tether 1,8 work

Adds solar farm to the left of z1
This commit is contained in:
Arokha Sieyes
2017-05-04 17:48:21 -04:00
parent 680543043f
commit 3fc249bf8b
10 changed files with 4159 additions and 3913 deletions

View File

@@ -8,6 +8,7 @@
name = "large power cable"
desc = "This cable is tough. It cannot be cut with simple hand tools."
layer = 2.39 //Just below pipes, which are at 2.4
color = null //VOREStation Edit
/obj/structure/cable/heavyduty/attackby(obj/item/W, mob/user)

View File

@@ -45,10 +45,11 @@
var/turf/simulated/mineral/T = locate((origin_x-1)+x,(origin_y-1)+y,origin_z)
if(istype(T) && !T.ignore_mapgen)
if(map[current_cell] == FLOOR_CHAR)
if(prob(90))
T.make_floor()
else
T.ChangeTurf(/turf/space/cracked_asteroid)
T.make_floor() //VOREStation Edit - Don't make cracked sand on surface map, jerk.
//if(prob(90))
//T.make_floor()
//else
//T.ChangeTurf(/turf/space/cracked_asteroid)
else
T.make_wall()
if(map[current_cell] == DOOR_CHAR)