mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
Final fixes
It should be good to go now.
This commit is contained in:
@@ -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."
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user