mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Adds qdels for some temporary humans
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user