mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Buffs cat mouse-catching capabilities.
This commit is contained in:
@@ -129,6 +129,8 @@
|
||||
|
||||
/mob/living/simple_animal/cat/PunchTarget()
|
||||
if(istype(target_mob,/mob/living/simple_animal/mouse))
|
||||
visible_message("<span class='warning'>\The [src] pounces on \the [target_mob]!]</span>")
|
||||
target_mob.Stun(5)
|
||||
return EatTarget()
|
||||
else ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user