Adds qdels for some temporary humans

This commit is contained in:
Krausus
2016-08-09 02:58:36 -04:00
parent b294a760d9
commit 2bec576fdc
2 changed files with 6 additions and 1 deletions
+5 -1
View File
@@ -423,8 +423,9 @@ var/message_delay = 0 // To make sure restarting the recentmessages list is kept
/* ###### Prepare the radio connection ###### */
var/mob/living/carbon/human/H
if(!M)
var/mob/living/carbon/human/H = new
H = new
M = H
var/datum/radio_frequency/connection = radio_controller.return_frequency(frequency)
@@ -596,6 +597,9 @@ var/message_delay = 0 // To make sure restarting the recentmessages list is kept
for(var/mob/R in heard_gibberish)
R.show_message(rendered, 2)
if(H)
qdel(H)
//Use this to test if an obj can communicate with a Telecommunications Network
/atom/proc/test_telecomms()
@@ -211,6 +211,7 @@
icobase = H.species.icobase
if(H.species.bodyflags & HAS_TAIL)
coloured_tail = H.species.tail
qdel(H)
else
icobase = current_species.icobase
else