Skip to content

Commit 778f385

Browse files
committed
fix another runtime
1 parent 57c7ee9 commit 778f385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/game/machinery/computer/dna_console.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
if(!scanner_operational())
17721772
return FALSE
17731773

1774-
if(!connected_scanner.occupant)
1774+
if(!isliving(connected_scanner.occupant) || QDELING(connected_scanner.occupant))
17751775
return FALSE
17761776

17771777
scanner_occupant = connected_scanner.occupant

0 commit comments

Comments
 (0)