mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Expand drink lists for random bottles and advanced diseases. (#32143)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user