Can now connect cryo pods and computers with each other using the new multitool methodology.

Also cleans up Destroys().
This commit is contained in:
PsiOmegaDelta
2015-11-17 22:58:10 +01:00
parent 6370705c02
commit 8a4250ddcd
15 changed files with 214 additions and 23 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
processing_objects -= src
for(var/expansion in expansions)
qdel(expansions[expansion])
expansions.Cut()
if(expansions)
expansions.Cut()
return ..()
/obj/Topic(href, href_list, var/datum/topic_state/state = default_state)