From 6e83289d36f7c2d1402aa45dfcff7db8514db0a1 Mon Sep 17 00:00:00 2001 From: Putnam Date: Thu, 3 Jun 2021 22:34:10 -0700 Subject: [PATCH] no this absolutely has to be Del. --- code/modules/atmospherics/gasmixtures/gas_mixture.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/gasmixtures/gas_mixture.dm b/code/modules/atmospherics/gasmixtures/gas_mixture.dm index 9e193de4ee..65e718512c 100644 --- a/code/modules/atmospherics/gasmixtures/gas_mixture.dm +++ b/code/modules/atmospherics/gasmixtures/gas_mixture.dm @@ -113,7 +113,7 @@ GLOBAL_LIST_INIT(auxtools_atmos_initialized,FALSE) message_admins("[key_name(usr)] modified gas mixture [REF(src)]: Changed volume to [volume].") set_volume(volume) -/datum/gas_mixture/Destroy() +/datum/gas_mixture/Del() __gasmixture_unregister() . = ..()