Skip to content

Commit

Permalink
Merge pull request #11 from HowToLoLu/Linda-Recoup
Browse files Browse the repository at this point in the history
I admit I rushed it; didn't test it then went back and saw a flaw at 2 AM
  • Loading branch information
XeonMations authored Nov 1, 2024
2 parents eaa0d93 + 627c67e commit cf5d54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tanks/tanks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
if(!(air_contents.react(src) || handle_tolerances(delta_time) || leaking))
STOP_PROCESSING(SSobj, src)

if(QDELETED(src) || !air_contents || leaking)
if(QDELETED(src) || !air_contents || !leaking)
return
var/atom/location = loc
if(!location)
Expand Down

0 comments on commit cf5d54e

Please sign in to comment.