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

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
This commit is contained in:
LemonInTheDark
2021-08-15 21:09:26 -07:00
committed by GitHub
parent 0304206af3
commit cd576ab519
91 changed files with 788 additions and 168 deletions
+2 -1
View File
@@ -605,7 +605,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