Restore Additional Code

This commit is contained in:
TheFurryFeline
2019-05-04 23:32:12 -04:00
committed by GitHub
parent 5cfc448f1a
commit 9dd9c01b22
+1 -1
View File
@@ -261,7 +261,7 @@
if(!prey.isEdible) //CHOMPEDIT: Trying to make pred mobs prey? N O U
var/mob/living/simple_animal/preydator = prey
if(preydator.icon_state == preydator.icon_living)
if(preydator.icon_state == preydator.icon_living && preydator.size_multiplier >= 1)
user.visible_message("<span class='danger'>\the [user] promptly gets tackled by \the [prey] for trying to break their prefs! !</span>!")
user.Weaken(5)
if (preydator.will_eat(user))