mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
@@ -32,8 +32,12 @@
|
|||||||
if(!stat && !resting && !buckled)
|
if(!stat && !resting && !buckled)
|
||||||
for(var/mob/living/simple_animal/mouse/M in loc)
|
for(var/mob/living/simple_animal/mouse/M in loc)
|
||||||
if(!M.stat)
|
if(!M.stat)
|
||||||
M.splat()
|
//VOREStation Edit - For cats to eat mice.
|
||||||
visible_emote(pick("bites \the [M]!","toys with \the [M].","chomps on \the [M]!"))
|
animal_nom(M)
|
||||||
|
sleep(swallowTime)
|
||||||
|
//M.splat()
|
||||||
|
//visible_emote(pick("bites \the [M]!","toys with \the [M].","chomps on \the [M]!"))
|
||||||
|
//VOREStation Edit End.
|
||||||
movement_target = null
|
movement_target = null
|
||||||
stop_automated_movement = 0
|
stop_automated_movement = 0
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user