mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 00:57:02 +01:00
Baseturfs (#3938)
* 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:
co-authored by
fake_vm_user <fake_vm_user>
parent
936cdf4b35
commit
5a496c5dff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user