From c641c523bdf4d9a5e4515b00f4f0338b18ea60c6 Mon Sep 17 00:00:00 2001 From: Putnam Date: Thu, 25 Feb 2021 00:43:20 -0800 Subject: [PATCH] that should NOT be there --- code/game/atoms.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/atoms.dm b/code/game/atoms.dm index 189640a1c6..2514f41c44 100644 --- a/code/game/atoms.dm +++ b/code/game/atoms.dm @@ -368,7 +368,6 @@ return FALSE /atom/proc/assume_air(datum/gas_mixture/giver) - qdel(giver) return null /atom/proc/remove_air(amount)