* dme and dmb

* Heeeere we gooo

* fasease

* Continued.

* AAAAAAAAAAAAAAAAAAAAAAAA

* Brain going numb

* agh

* The suffering will be worth it... right?

* Going blank...

* Am I done?

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* Fixes

* Should be everything I care about right now.
This commit is contained in:
Zandario
2022-05-26 01:37:55 -07:00
committed by GitHub
parent 7152e7ff2a
commit 5a7f357b85
383 changed files with 986 additions and 2585 deletions
+2 -6
View File
@@ -47,13 +47,9 @@
if(!current_cell)
return 0
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(istype(T) && !T.ignore_mapgen && !T.ignore_cavegen)
if(map[current_cell] == FLOOR_CHAR)
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)
T.make_floor()
else
T.make_wall()
if(map[current_cell] == DOOR_CHAR)