mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Fixes compile warning, cleanup
This commit is contained in:
@@ -3111,21 +3111,17 @@ datum
|
|||||||
if(!data) data = 1
|
if(!data) data = 1
|
||||||
data++
|
data++
|
||||||
M.dizziness +=6
|
M.dizziness +=6
|
||||||
..()
|
|
||||||
switch(data)
|
switch(data)
|
||||||
if(15 to 45)
|
if(15 to 45)
|
||||||
if (!M.stuttering) M.stuttering = 1
|
M.stuttering = max(M.stuttering+3,0)
|
||||||
M.stuttering += 3
|
|
||||||
if(45 to 55)
|
if(45 to 55)
|
||||||
if (prob(50))
|
if (prob(50))
|
||||||
M.confused = max(M.confused+3,0)
|
M.confused = max(M.confused+3,0)
|
||||||
else
|
|
||||||
return
|
|
||||||
if(55 to 200)
|
if(55 to 200)
|
||||||
M.druggy = max(M.druggy, 55)
|
M.druggy = max(M.druggy, 55)
|
||||||
else if(200 to INFINITY)
|
if(200 to INFINITY)
|
||||||
M.adjustToxLoss(2)
|
M.adjustToxLoss(2)
|
||||||
return
|
..()
|
||||||
|
|
||||||
neurotoxin
|
neurotoxin
|
||||||
name = "Neurotoxin"
|
name = "Neurotoxin"
|
||||||
@@ -3145,21 +3141,17 @@ datum
|
|||||||
if(!data) data = 1
|
if(!data) data = 1
|
||||||
data++
|
data++
|
||||||
M.dizziness +=6
|
M.dizziness +=6
|
||||||
..()
|
|
||||||
switch(data)
|
switch(data)
|
||||||
if(15 to 45)
|
if(15 to 45)
|
||||||
if (!M.stuttering) M.stuttering = 1
|
M.stuttering = max(M.stuttering+3,0)
|
||||||
M.stuttering += 3
|
|
||||||
if(45 to 55)
|
if(45 to 55)
|
||||||
if (prob(50))
|
if (prob(50))
|
||||||
M.confused = max(M.confused+3,0)
|
M.confused = max(M.confused+3,0)
|
||||||
else
|
|
||||||
return
|
|
||||||
if(55 to 200)
|
if(55 to 200)
|
||||||
M.druggy = max(M.druggy, 55)
|
M.druggy = max(M.druggy, 55)
|
||||||
else if(200 to INFINITY)
|
if(200 to INFINITY)
|
||||||
M.adjustToxLoss(2)
|
M.adjustToxLoss(2)
|
||||||
return
|
..()
|
||||||
|
|
||||||
hippies_delight
|
hippies_delight
|
||||||
name = "Hippies' Delight"
|
name = "Hippies' Delight"
|
||||||
|
|||||||
Reference in New Issue
Block a user