Code relocation.

This commit is contained in:
PsiOmegaDelta
2015-09-11 08:45:49 +02:00
parent f81ac77884
commit 0b433eb90c
6 changed files with 12 additions and 12 deletions
+1 -2
View File
@@ -136,6 +136,5 @@
// Cleaner proc for creating powersupply for an AI.
/mob/living/silicon/ai/proc/create_powersupply()
if(psupply)
del(psupply)
qdel(psupply)
psupply = new/obj/machinery/ai_powersupply(src)