mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 13:17:03 +01:00
Tweaking/adding to drakes and surrounding logic.
This commit is contained in:
@@ -562,6 +562,9 @@ var/global/list/organ_cache = list()
|
||||
/obj/item/organ/attack_generic(mob/user)
|
||||
if(isanimal(user))
|
||||
var/mob/living/simple_mob/animal/critter = user
|
||||
critter.eat_food_item(src)
|
||||
if(!critter.has_appetite())
|
||||
to_chat(critter, SPAN_WARNING("You don't have much of an appetite at the moment."))
|
||||
else
|
||||
critter.eat_food_item(src)
|
||||
return TRUE
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user