mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Alcohol bugfixes.
This commit is contained in:
@@ -2788,7 +2788,7 @@ datum
|
|||||||
|
|
||||||
// make all the beverages work together
|
// make all the beverages work together
|
||||||
for(var/datum/reagent/ethanol/A in holder.reagent_list)
|
for(var/datum/reagent/ethanol/A in holder.reagent_list)
|
||||||
if(A.data) d += A.data
|
if(isnum(A.data)) d += A.data
|
||||||
|
|
||||||
M.dizziness +=dizzy_adj.
|
M.dizziness +=dizzy_adj.
|
||||||
if(d >= slur_start && d < pass_out)
|
if(d >= slur_start && d < pass_out)
|
||||||
|
|||||||
Reference in New Issue
Block a user