mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Merge pull request #1213 from Krausus/AirFixes-201505290432
Minor Atmos Fixes
This commit is contained in:
@@ -252,6 +252,7 @@ update_flag
|
||||
if (src.health <= 10)
|
||||
var/atom/location = src.loc
|
||||
location.assume_air(air_contents)
|
||||
air_update_turf()
|
||||
|
||||
src.destroyed = 1
|
||||
playsound(src.loc, 'sound/effects/spray.ogg', 10, 1, -3)
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
return
|
||||
|
||||
// Adds the adjacent turfs to the current atmos processing
|
||||
/turf/Destroy()
|
||||
/turf/Del()
|
||||
if(air_master)
|
||||
for(var/direction in cardinal)
|
||||
if(atmos_adjacent_turfs & direction)
|
||||
@@ -254,7 +254,7 @@
|
||||
lighting_clear_overlays()
|
||||
|
||||
W.levelupdate()
|
||||
W.air_update_turf(1)
|
||||
W.CalculateAdjacentTurfs()
|
||||
return W
|
||||
|
||||
//////Assimilate Air//////
|
||||
|
||||
Reference in New Issue
Block a user