Merge pull request #4610 from deathride58/vorefix
Fixes vore only functioning on monkeys
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/mob/living/human/grabbedby(mob/living/carbon/user, supress_message = 0)
|
||||
if(user == src && pulling && !pulling.anchored && grab_state >= GRAB_AGGRESSIVE && isliving(pulling))
|
||||
vore_attack(user, pulling)
|
||||
else
|
||||
..()
|
||||
@@ -2473,4 +2473,5 @@
|
||||
#include "modular_citadel\code\game\objects\items\melee\eutactic_blades.dm"
|
||||
#include "modular_citadel\code\modules\crafting\recipes.dm"
|
||||
#include "modular_citadel\code\modules\mob\living\silicon\robot\robot_modules.dm"
|
||||
#include "modular_citadel\code\modules\mob\living\carbon\human\human_defense.dm"
|
||||
// END_INCLUDE
|
||||
|
||||
Reference in New Issue
Block a user