mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Fixes to recent PRs
This commit is contained in:
@@ -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
|
||||
*/
|
||||
Reference in New Issue
Block a user