Easier Borg Nom

Nom on grab intent
This commit is contained in:
FartMaster69420
2022-03-10 22:00:57 -05:00
parent db38d34278
commit 94fad3c3c7
3 changed files with 7 additions and 3 deletions
@@ -783,6 +783,10 @@
playsound(src.loc, 'sound/effects/clang2.ogg', 10, 1)
visible_message("<span class='warning'>[H] taps [src].</span>")
return
if(I_GRAB)
if(is_vore_predator(H))
if(src.devourable)
feed_grabbed_to_self(H, src)
//Robots take half damage from basic attacks.
/mob/living/silicon/robot/attack_generic(var/mob/user, var/damage, var/attack_message)
+2 -2
View File
@@ -167,7 +167,7 @@
var/mob/living/L = A
touchable_mobs += L
if(L.absorbed)
if(L.absorbed && !issilicon(L))
L.Weaken(5)
// Fullscreen overlays
@@ -280,7 +280,7 @@
if(M.ckey)
GLOB.prey_digested_roundstat++
if((mode_flags & DM_FLAG_LEAVEREMAINS) && M.digest_leave_remains)
handle_remains_leaving(M)
digestion_death(M)