mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 23:37:08 +01:00
CitadelRP (#4108)
* 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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user