Merge pull request #14342 from neersighted/tgui_followup

More tgui fixes and tweaks
This commit is contained in:
tkdrg
2016-01-04 18:39:52 -03:00
39 changed files with 242 additions and 180 deletions
+1
View File
@@ -17,6 +17,7 @@
/obj/Destroy()
if(!istype(src, /obj/machinery))
SSobj.processing.Remove(src) // TODO: Have a processing bitflag to reduce on unnecessary loops through the processing lists
SStgui.close_uis(src)
return ..()
/obj/assume_air(datum/gas_mixture/giver)