Comms program.

This commit is contained in:
davipatury
2017-02-21 12:37:28 -03:00
parent bd27071a2b
commit 9eadc35e35
10 changed files with 578 additions and 55 deletions
@@ -118,6 +118,8 @@
return null
/obj/item/weapon/computer_hardware/hard_drive/Destroy()
for(var/file in stored_files)
qdel(file)
stored_files = null
return ..()