Fixing one slight issue.

I'm an idiot, forgot about garbage collecting. This fixes a slight issue
in my previous PR that would have eventually resulted in a call of DEL
if nobody rebuilt the console.
This commit is contained in:
Dankman
2017-03-01 16:59:13 -05:00
parent 60002d04cc
commit a2e09a2f10

View File

@@ -20,6 +20,7 @@
var/active
/obj/machinery/computer/xenobio2/Destroy()
injector.computer = null
..()
/obj/machinery/computer/xenobio2/attack_hand(mob/user)