mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
chicken-of-the-stars now works as wheat for vox chickens (#37482)
leon asked for this
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
return ..(message)
|
||||
|
||||
/mob/living/carbon/monkey/vox/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
||||
if(istype(O, /obj/item/weapon/reagent_containers/food/snacks/grown/wheat)) //feedin' dem chickens
|
||||
if(istype(O, /obj/item/weapon/reagent_containers/food/snacks/grown/wheat) || istype(O, /obj/item/weapon/reagent_containers/food/snacks/grown/mushroom/chickenshroom)) //feedin' dem green chickens
|
||||
if(!stat && eggsleft < 8)
|
||||
if(!user.drop_item(O, failmsg = TRUE))
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user