* ill do this in the coffee shop later

* has to go

* add stuff

* changes

* this is going to explode

* this is going to explode x2

* more

* *scream

* move

* w

* oh god oh fuck now for main proc

* progress

* wack

* next segment..

* update

* shuttles are next

* AAA

* sigh

* this is going to be ugly

* ugh

* epic!

* pain

* hope this works

* patch

* patch

* patch

* patch

* patch

* epic!

* wack

* oh god..

* oh god..

* wack

Co-authored-by: fake_vm_user <fake_vm_user>
This commit is contained in:
silicons
2022-05-06 20:13:51 -07:00
committed by GitHub
co-authored by fake_vm_user <fake_vm_user>
parent 936cdf4b35
commit 5a496c5dff
74 changed files with 766 additions and 832 deletions
+1 -4
View File
@@ -49,10 +49,7 @@
var/turf/simulated/mineral/T = locate((origin_x-1)+x,(origin_y-1)+y,origin_z)
if(istype(T) && !T.ignore_mapgen && !T.ignore_cavegen) //VOREStation Edit: ignore cavegen
if(map[current_cell] == FLOOR_CHAR)
if(origin_z == 20) // lavaland specific Z level
T.make_floor_lavaland()
else
T.make_floor() //VOREStation Edit - Don't make cracked sand on surface map, jerk.
T.make_floor() //VOREStation Edit - Don't make cracked sand on surface map, jerk.
//if(prob(90))
//T.make_floor()
//else