Apply most/all of LINDA's updates

This commit ports most, if not all of LINDA's updates on -tg-, and fixes a
few bugs that appear to be unique to paradise's codebase.
This commit is contained in:
Tigercat2000
2015-04-28 12:45:58 -07:00
parent 4f1053f5b7
commit 9b7b4ae656
21 changed files with 1112 additions and 79 deletions
+3 -1
View File
@@ -156,6 +156,7 @@
ground_zero.assume_air(air_contents)
ground_zero.hotspot_expose(1000, 125)
air_update_turf()
if(master)
del(master)
del(src)
@@ -165,4 +166,5 @@
var/turf/simulated/T = get_turf(src)
if(!T)
return
T.assume_air(removed)
T.assume_air(removed)
air_update_turf()