mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Adds the hakhma (#7321)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user