mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Merge pull request #280 from ZomgPonies/revert-279-master
Revert "Added potassium to potatoes and phoshorus to Pumpkins"
This commit is contained in:
@@ -174,8 +174,6 @@
|
||||
New()
|
||||
..()
|
||||
reagents.add_reagent("nutriment", 1+round((potency / 10), 1))
|
||||
reagents.add_reagent("potassium", 1+round((potency / 10), 1))
|
||||
|
||||
spawn(5) //So potency can be set in the proc that creates these crops
|
||||
bitesize = reagents.total_volume
|
||||
|
||||
@@ -531,7 +529,6 @@
|
||||
spawn(5) //So potency can be set in the proc that creates these crops
|
||||
reagents.add_reagent("nutriment", 1+round((potency / 6), 1))
|
||||
bitesize = 1+round(reagents.total_volume / 2, 1)
|
||||
reagents.add_reagent("phosphorus", 1+round((potency / 10), 1))
|
||||
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/pumpkin/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||
|
||||
Reference in New Issue
Block a user