This commit is contained in:
Iamgoofball
2015-02-13 18:05:03 -08:00
parent 575b117a70
commit 99cab4ddcb
4 changed files with 36 additions and 21 deletions
+1 -1
View File
@@ -131,7 +131,7 @@
/obj/item/weapon/reagent_containers/food/snacks/grown/poppy/add_juice()
if(..())
reagents.add_reagent("nutriment", 1 + round((potency / 20), 1))
reagents.add_reagent("cocaine", 3 + round((potency / 10), 1))
reagents.add_reagent("hotline", 3 + round((potency / 10), 1))
bitesize = 1 + round(reagents.total_volume / 3, 1)