Some additional shuttle/z-level 1 fixes (#9768)

This commit is contained in:
fernerr
2020-08-25 01:14:04 +02:00
committed by GitHub
parent 6e3db5d130
commit 8cba382bbc
8 changed files with 996 additions and 812 deletions
+2
View File
@@ -231,6 +231,8 @@
if(SW.outside_window)
var/turf/target_turf = get_turf(SW)
target_turf.ChangeTurf(destination.base_turf)
for(var/obj/effect/energy_field/ef in sub_area)
qdel(ef)
// Remove all powernets that were affected, and rebuild them.
var/list/cables = list()