mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 21:48:39 +01:00
Not as scary as it looks attackby() to item_interaction() (#96795)
This commit is contained in:
@@ -149,12 +149,12 @@
|
||||
|
||||
/datum/bounty/item/botany/watermelon
|
||||
name = "Watermelons"
|
||||
wanted_types = list(/obj/item/food/grown/watermelon = TRUE)
|
||||
wanted_types = list(/obj/item/food/grown/melonlike/watermelon = TRUE)
|
||||
foodtype = "dessert"
|
||||
|
||||
/datum/bounty/item/botany/watermelon_holy
|
||||
name = "Holy Melons"
|
||||
wanted_types = list(/obj/item/food/grown/holymelon = TRUE)
|
||||
wanted_types = list(/obj/item/food/grown/melonlike/holymelon = TRUE)
|
||||
multiplier = 2
|
||||
foodtype = "dessert"
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
contains = list(
|
||||
/obj/item/food/grown/citrus/lime,
|
||||
/obj/item/food/grown/citrus/orange,
|
||||
/obj/item/food/grown/watermelon,
|
||||
/obj/item/food/grown/melonlike/watermelon,
|
||||
/obj/item/food/grown/apple,
|
||||
/obj/item/food/grown/berries,
|
||||
/obj/item/food/grown/citrus/lemon,
|
||||
@@ -81,7 +81,7 @@
|
||||
/obj/item/food/grown/corn,
|
||||
/obj/item/food/grown/tomato,
|
||||
/obj/item/food/grown/potato,
|
||||
/obj/item/food/grown/carrot,
|
||||
/obj/item/food/grown/carrotlike/carrot,
|
||||
/obj/item/food/grown/mushroom/chanterelle,
|
||||
/obj/item/food/grown/onion,
|
||||
/obj/item/food/grown/pumpkin,
|
||||
|
||||
Reference in New Issue
Block a user