Fixes outdoor platings

Phororeagent fixes
This commit is contained in:
Repede
2019-12-09 12:04:41 -05:00
parent 78d8e0ae65
commit 0159234240
4 changed files with 337 additions and 332 deletions

View File

@@ -157,6 +157,7 @@
/datum/reagents/proc/del_reagent(var/id)
for(var/datum/reagent/current in reagent_list)
if (current.id == id)
current.on_remove(my_atom) //YW Edit: Calls on_remove before the last of the thing is done, used in phorochemistry
reagent_list -= current
qdel(current)
update_total()