Fixes to recent PRs

This commit is contained in:
ZomgPonies
2013-11-23 08:07:24 -05:00
parent 887e172a26
commit d94ebea30d
2 changed files with 9 additions and 1 deletions
+9 -1
View File
@@ -91,9 +91,15 @@ proc/explosion_rec(turf/epicenter, power)
/turf/simulated/floor
explosion_resistance = 1
/turf/unsimulated/floor
explosion_resistance = 1
/turf/simulated/mineral
explosion_resistance = 2
/turf/unsimulated/mineral
explosion_resistance = 2
/turf/simulated/shuttle/floor
explosion_resistance = 1
@@ -148,5 +154,7 @@ proc/explosion_rec(turf/epicenter, power)
T.explosion_spread(spread_power)
*/
/*
/turf/unsimulated/explosion_spread(power)
return //So it doesn't get to the parent proc, which simulates explosions
return //So it doesn't get to the parent proc, which simulates explosions
*/