Final fixes

It should be good to go now.
This commit is contained in:
FartMaster69420
2022-05-02 15:38:01 -04:00
parent 7d5e400144
commit ad07883ca4
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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."
+1 -2
View File
@@ -362,7 +362,6 @@
S.slimebatoned(src, xeno_stun_strength)
/mob/living/bot/secbot/explode()
. = ..()
visible_message("<span class='warning'>[src] blows apart!</span>")
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))