From 79e0849990c440fe9cbec53f78fe44db73e1b7b8 Mon Sep 17 00:00:00 2001 From: Jerry Wester Date: Sat, 7 Jan 2023 07:47:24 -0700 Subject: [PATCH] fix pai duping --- code/modules/mod/mod_ai.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mod/mod_ai.dm b/code/modules/mod/mod_ai.dm index 8bc431146b..46da99f052 100644 --- a/code/modules/mod/mod_ai.dm +++ b/code/modules/mod/mod_ai.dm @@ -155,6 +155,7 @@ pai.remote_control = null pai.canholo = TRUE pai = null + ai = null #define MOVE_DELAY 2 #define WEARER_DELAY 1