mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
Merge pull request #12256 from Delimusca/confu2
fixed ethanol confusion
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@
|
||||
M.Dizzy(5)
|
||||
if(current_cycle >= boozepwr*2.5 && prob(33))
|
||||
if (!M.confused) M.confused = 1
|
||||
M.confused += 2
|
||||
M.confused += 3
|
||||
if(current_cycle >= boozepwr*10 && prob(33))
|
||||
M.adjustToxLoss(2)
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user