[MIRROR] Removes roundstart miasma, from everything. (#2202)

* Removes roundstart miasma. Yes, even the gibs that are marked as miasma producers. Fuck you. Carbons now start listening for death at init, then get the component when they die. Gibs behave just as they used to. (#55343)

* Removes roundstart miasma, from everything.

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-12-17 07:57:31 +01:00
committed by GitHub
co-authored by LemonInTheDark
parent 4b4b4e7d40
commit b7ba0f286a
5 changed files with 15 additions and 2 deletions
+4
View File
@@ -10,6 +10,10 @@
START_PROCESSING(SSprocessing, src)
/datum/component/rot/Destroy(force, silent)
STOP_PROCESSING(SSprocessing, src)
. = ..()
/datum/component/rot/process(delta_time)
var/atom/A = parent