module things, jfc

This commit is contained in:
Poojawa
2018-09-11 07:51:01 -05:00
parent 8b9ef1e400
commit 284e9d0325
695 changed files with 11343 additions and 5661 deletions
+4
View File
@@ -23,6 +23,7 @@
bitesize_mod = 2
foodtype = VEGETABLES
juice_results = list("carrotjuice" = 0)
wine_power = 30
/obj/item/reagent_containers/food/snacks/grown/carrot/attackby(obj/item/I, mob/user, params)
if(I.is_sharp())
@@ -53,6 +54,7 @@
icon_state = "parsnip"
bitesize_mod = 2
foodtype = VEGETABLES
wine_power = 35
// White-Beet
@@ -79,6 +81,7 @@
filling_color = "#F4A460"
bitesize_mod = 2
foodtype = VEGETABLES
wine_power = 40
// Red Beet
/obj/item/seeds/redbeet
@@ -103,3 +106,4 @@
icon_state = "redbeet"
bitesize_mod = 2
foodtype = VEGETABLES
wine_power = 60