whoops and shit

This commit is contained in:
Iamgoofball
2015-03-08 17:02:38 -07:00
parent 573aea927b
commit 2cee886f04
18 changed files with 62 additions and 157 deletions
+3 -4
View File
@@ -650,7 +650,7 @@
/obj/item/weapon/reagent_containers/food/snacks/grown/icepepper
seed = /obj/item/seeds/icepepperseed
name = "chilly pepper"
name = "ice pepper"
desc = "It's a mutant strain of chili"
icon_state = "icepepper"
filling_color = "#0000CD"
@@ -659,14 +659,13 @@
..()
reagents.add_reagent("nutriment", 1 + round((potency / 50), 1))
reagents.add_reagent("vitamin", 1 + round((potency / 50), 1))
reagents.add_reagent("cryostylane", 3+round(potency / 5, 1))
reagents.add_reagent("oxygen", 3+round(potency / 5, 1))
reagents.add_reagent("frostoil", 3+round(potency / 5, 1))
bitesize = 1 + round(reagents.total_volume / 2, 1)
/obj/item/weapon/reagent_containers/food/snacks/grown/icepepper/attackby(var/obj/item/O as obj, var/mob/user as mob, params)
. = ..()
if (istype(O, /obj/item/device/analyzer/plant_analyzer))
user << "<span class='info'>- cryostylane: <i>[reagents.get_reagent_amount("cryostylane")]%</i></span>"
user << "<span class='info'>- Frost Oil: <i>[reagents.get_reagent_amount("frostoil")]%</i></span>"
/obj/item/weapon/reagent_containers/food/snacks/grown/ghost_chili
+3 -3
View File
@@ -475,11 +475,11 @@
growthstages = 4
/obj/item/seeds/icepepperseed
name = "pack of chilly pepper seeds"
desc = "These seeds grow into chilly pepper plants."
name = "pack of ice pepper seeds"
desc = "These seeds grow into ice pepper plants."
icon_state = "seed-icepepper"
species = "chiliice"
plantname = "Chilly Pepper Plants"
plantname = "Ice Pepper Plants"
product = /obj/item/weapon/reagent_containers/food/snacks/grown/icepepper
lifespan = 25
endurance = 15