Fixed a bug, accelerated gas mixture del

This commit is contained in:
Putnam3145
2021-06-18 01:40:35 -07:00
parent 4d60911657
commit 0bb5aa57f1
4 changed files with 6 additions and 1 deletions
@@ -105,9 +105,12 @@ GLOBAL_LIST_INIT(auxtools_atmos_initialized,FALSE)
message_admins("[key_name(usr)] modified gas mixture [REF(src)]: Changed volume to [volume].")
set_volume(volume)
/*
we use a hook instead
/datum/gas_mixture/Del()
__gasmixture_unregister()
. = ..()
*/
/datum/gas_mixture/proc/__gasmixture_unregister()
/datum/gas_mixture/proc/__gasmixture_register()