mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-22 03:26:21 +01:00
Update belly_obj_vr.dm
This commit is contained in:
@@ -258,7 +258,7 @@
|
||||
/obj/belly/proc/nom_mob(var/mob/prey, var/mob/user)
|
||||
if(owner.stat == DEAD)
|
||||
return
|
||||
if(!prey.isEdible && prey.icon_state == icon_living) //CHOMPEDIT: Trying to make pred mobs prey? N O U
|
||||
if(!prey.isEdible && prey.icon_state == prey.icon_living) //CHOMPEDIT: Trying to make pred mobs prey? N O U
|
||||
|
||||
var/mob/living/simple_animal/preydator = prey
|
||||
user.visible_message("<span class='danger'>\the [user] promptly gets tackled by \the [prey] for trying to break their prefs! !</span>!")
|
||||
|
||||
Reference in New Issue
Block a user