mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Expand drink lists for random bottles and advanced diseases. (#32143)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
/obj/item/reagent_containers/drinks/bottle/random_drink/Initialize(mapload)
|
||||
. = ..()
|
||||
var/list/possible_drinks = GLOB.drinks.Copy()
|
||||
var/list/possible_drinks = GLOB.alcoholic_drinks | GLOB.synthanolic_drinks | GLOB.soft_drinks | GLOB.synthetic_soft_drinks
|
||||
if(prob(50))
|
||||
possible_drinks += list("pancuronium","lsd","omnizine","blood")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user