mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-25 17:42:47 +00:00
Fixes outdoor platings
Phororeagent fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user