PS -> SMC Ports: LINDA, Spacedrift, Throwing

This commit ports LINDA, spacedrifting, and throwing to the SMC.
This commit is contained in:
tigercat2000
2018-03-02 23:58:57 -08:00
parent 47cd4cb127
commit dca16e60cf
25 changed files with 703 additions and 100 deletions
+4 -4
View File
@@ -490,15 +490,15 @@
T1.shuttleRotate(rotation)
//lighting stuff
air_master.remove_from_active(T1)
SSair.remove_from_active(T1)
T1.CalculateAdjacentTurfs()
air_master.add_to_active(T1,1)
SSair.add_to_active(T1,1)
T0.ChangeTurf(turf_type)
air_master.remove_from_active(T0)
SSair.remove_from_active(T0)
T0.CalculateAdjacentTurfs()
air_master.add_to_active(T0,1)
SSair.add_to_active(T0,1)
for(var/A1 in L1)
var/turf/T1 = A1