Adds the hakhma (#7321)

This commit is contained in:
Alberyk
2019-11-08 20:25:53 +01:00
committed by Werner
parent 32c35f065f
commit 52468c4516
8 changed files with 46 additions and 3 deletions
@@ -205,6 +205,11 @@
to_chat(user, "<span class='warning'>\The [blocked] is in the way!</span>")
return
if(isanimal(target))
var/mob/living/simple_animal/C = target
if(C.has_udder)
return
other_feed_message_start(user, target)
user.setClickCooldown(DEFAULT_ATTACK_COOLDOWN)