Expand drink lists for random bottles and advanced diseases. (#32143)

This commit is contained in:
Alan
2026-07-01 23:27:49 +00:00
committed by GitHub
parent b13b9d91eb
commit 99c3082a75
5 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -413,7 +413,7 @@ GLOBAL_LIST_INIT(plant_cures,list(
if(2)
cures += cure_pick(GLOB.plant_cures)
if(3)
cures += cure_pick(GLOB.drinks)
cures += cure_pick(GLOB.alcoholic_drinks | GLOB.soft_drinks)
for(var/cure in cures)
// Get the cure name from the cure_id
var/datum/reagent/D = GLOB.chemical_reagents_list[cure]