mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Easier Borg Nom
Nom on grab intent
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user