Skip to content

Commit

Permalink
Removes nutriment from zoom pills (#16322)
Browse files Browse the repository at this point in the history
  • Loading branch information
Technical-l authored Jul 11, 2024
1 parent 781a520 commit ad5292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/reagent_containers/pill.dm
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

/obj/item/reagent_containers/pill/zoom
pill_desc = "A Zoom pill! Gotta go fast!"
list_reagents = list(/datum/reagent/medicine/synaptizine = 3, /datum/reagent/medicine/hyronalin = 5, /datum/reagent/consumable/nutriment = 3)
list_reagents = list(/datum/reagent/medicine/synaptizine = 3, /datum/reagent/medicine/hyronalin = 5)
pill_id = 14

/obj/item/reagent_containers/pill/russian_red
Expand Down

0 comments on commit ad5292f

Please sign in to comment.