Skip to content

Commit

Permalink
Animals can no longer eat people when dead (PolarisSS13#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eearslya authored and SpadesNeil committed Sep 25, 2016
1 parent c5ac34e commit 30c9cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/vore/eating/simple_animal_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
set category = "Vore"
set desc = "Since you can't grab, you get a verb!"

if (stat != CONSCIOUS)
return
feed_grabbed_to_self(src,T)

//
Expand Down

0 comments on commit 30c9cc8

Please sign in to comment.