Fixes for the asteroid turf post-changes.

This commit is contained in:
Zuhayr
2015-12-21 04:59:32 +10:30
parent a3a35c922b
commit 6faeea5462
4 changed files with 46 additions and 12 deletions
+2 -2
View File
@@ -74,8 +74,8 @@
return
//Drill through the flooring, if any.
if(istype(get_turf(src), /turf/simulated/floor))
var/turf/simulated/floor/T = get_turf(src)
if(istype(get_turf(src), /turf/simulated))
var/turf/simulated/T = get_turf(src)
T.ex_act(2.0)
//Dig out the tasty ores.