Skip to content

Commit

Permalink
Fix runtimes in toxic water targeting unliving
Browse files Browse the repository at this point in the history
  • Loading branch information
fira committed Oct 29, 2023
1 parent 1fffb32 commit db9b9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/desert_dam/filtration/filtration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ var/global/east_riverstart = 0
else
return

if(ismob(A))
if(isliving(A))
var/mob/living/M = A

// Inside a xeno for example
Expand Down

0 comments on commit db9b9c6

Please sign in to comment.