[MIRROR] Del The World: Unit testing for hard deletes (#7589)

* Del The World: Unit testing for hard deletes (#59612)

Co-authored-by: SteelSlayer <42044220+SteelSlayer@ users.noreply.github.com>

* Del The World: Unit testing for hard deletes

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-08-17 18:58:57 +01:00
committed by GitHub
co-authored by SteelSlayer LemonInTheDark
parent b51120c1b8
commit b0c01e40af
91 changed files with 788 additions and 168 deletions
+2 -1
View File
@@ -614,7 +614,8 @@
/obj/machinery/computer/shuttle/pod/connect_to_shuttle(obj/docking_port/mobile/port, obj/docking_port/stationary/dock)
. = ..()
possible_destinations += ";[port.id]_lavaland"
if(port)
possible_destinations += ";[port.id]_lavaland"
/**
* Signal handler for checking if we should lock or unlock escape pods accordingly to a newly set security level
+1 -2
View File
@@ -33,8 +33,7 @@
if(!mapload)
connect_to_shuttle(SSshuttle.get_containing_shuttle(src))
for(var/port_id in SSshuttle.stationary)
var/obj/docking_port/stationary/S = SSshuttle.stationary[port_id]
for(var/obj/docking_port/stationary/S as anything in SSshuttle.stationary)
if(S.id == shuttleId)
jumpto_ports[S.id] = TRUE