From ad07883ca489de93c9c9a6ebf5d4f06af5071ee3 Mon Sep 17 00:00:00 2001 From: FartMaster69420 <78667902+FartMaster69420@users.noreply.github.com> Date: Mon, 2 May 2022 15:38:01 -0400 Subject: [PATCH] Final fixes It should be good to go now. --- code/modules/mob/living/bot/bot.dm | 2 +- code/modules/mob/living/bot/secbot.dm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/bot/bot.dm b/code/modules/mob/living/bot/bot.dm index f5a3c0ef890..66aa9fcd787 100644 --- a/code/modules/mob/living/bot/bot.dm +++ b/code/modules/mob/living/bot/bot.dm @@ -530,7 +530,7 @@ return return feed_grabbed_to_self(src,T) -/mob/living/bot/verb/ejectself(var/mob/living/T in oview(1)) +/mob/living/bot/verb/ejectself() set name = "Eject pAI" set category = "Bot Commands" set desc = "Eject your card, return to smole." diff --git a/code/modules/mob/living/bot/secbot.dm b/code/modules/mob/living/bot/secbot.dm index dad7ee3e379..f6a868d11aa 100644 --- a/code/modules/mob/living/bot/secbot.dm +++ b/code/modules/mob/living/bot/secbot.dm @@ -362,7 +362,6 @@ S.slimebatoned(src, xeno_stun_strength) /mob/living/bot/secbot/explode() - . = ..() visible_message("[src] blows apart!") var/turf/Tsec = get_turf(src) @@ -381,7 +380,7 @@ new /obj/effect/decal/cleanable/blood/oil(Tsec) //qdel(src) - return + return ..() /mob/living/bot/secbot/proc/target_name(mob/living/T) if(ishuman(T))