Files
Bubberstation/code/modules/events
SkyratBot e3bbcbb1d3 [MIRROR] Fix two gas assertion runtimes (#816)
* Fix two gas assertion runtimes (#53718)

/datum/gas_mixture/proc/remove(amount) has a code path that can return null.

All the code following the runtimes assume some bit of gas_mixture was actually removed at all. No need to trigger this code if there's no gas_mixture removed, can early return instead.

* Fix two gas assertion runtimes

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
2020-09-16 01:29:24 +01:00
..
2020-07-06 23:44:02 -04:00
2020-07-24 02:57:06 -04:00