qdel/Destroy entries.

This commit is contained in:
PsiOmegaDelta
2015-07-21 14:22:01 +02:00
parent 1c7b860783
commit 617db485ee
13 changed files with 77 additions and 70 deletions
+4
View File
@@ -16,6 +16,10 @@
var/damtype = "brute"
var/force = 0
/obj/Destroy()
processing_objects -= src
..()
/obj/Topic(href, href_list, var/nowindow = 0, var/datum/topic_state/state = default_state)
// Calling Topic without a corresponding window open causes runtime errors
if(!nowindow && ..())