# This is a combination of 2 commits.

# The first commit's message is:

Rewriting the mining turfs to reduce worldstart lag.

# This is the 2nd commit message:

Map cleanup.
This commit is contained in:
Zuhayr
2015-12-11 09:48:22 +10:30
parent 0b8382881d
commit f2cc74d588
9 changed files with 322 additions and 384 deletions

View File

@@ -74,11 +74,7 @@
return
//Drill through the flooring, if any.
if(istype(get_turf(src), /turf/simulated/floor/asteroid))
var/turf/simulated/floor/asteroid/T = get_turf(src)
if(!T.dug)
T.gets_dug()
else if(istype(get_turf(src), /turf/simulated/floor))
if(istype(get_turf(src), /turf/simulated/floor))
var/turf/simulated/floor/T = get_turf(src)
T.ex_act(2.0)