mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
renamed/reworked some xenoarch files, working xenoarch chemical analysis
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
|
||||
/turf/simulated/mineral/New()
|
||||
|
||||
src.geological_data = new /datum/geosample(src)
|
||||
|
||||
spawn(1)
|
||||
var/turf/T
|
||||
if((istype(get_step(src, NORTH), /turf/simulated/floor)) || (istype(get_step(src, NORTH), /turf/space)) || (istype(get_step(src, NORTH), /turf/simulated/shuttle/floor)))
|
||||
@@ -70,6 +68,9 @@
|
||||
if(prob(spreadChance))
|
||||
if(istype(get_step(src, EAST), /turf/simulated/mineral/random))
|
||||
new src.type(get_step(src, EAST))
|
||||
|
||||
src.geological_data = new /datum/geosample(src)
|
||||
|
||||
return
|
||||
|
||||
/turf/simulated/mineral/random
|
||||
|
||||
Reference in New Issue
Block a user