Files
kiwistation/code/modules
Timberpoes 96f4c2f4ad 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.
2020-09-15 19:21:11 -04:00
..
2020-06-22 16:49:07 +02:00
2020-09-12 15:39:31 +01:00
2020-08-14 13:21:40 +12:00
2020-09-15 13:36:32 -04:00
2020-09-05 11:56:40 -03:00
2020-09-13 02:55:17 +01:00
2020-08-29 09:21:04 +12:00
2020-08-29 23:33:47 -03:00