mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Nerfed chloral hydrate, buffed sleep toxin.
- Chloral hydrate will now take a little longer to take effect and stay in your blood for a shorter duration - Sleep toxin will now stay in your blood twice as long
This commit is contained in:
@@ -389,7 +389,7 @@ datum
|
||||
// if(50 to INFINITY)
|
||||
// M:adjustToxLoss(0.1)
|
||||
data++
|
||||
holder.remove_reagent(src.id, 0.1)
|
||||
holder.remove_reagent(src.id, 0.4)
|
||||
..()
|
||||
return
|
||||
|
||||
@@ -1819,14 +1819,15 @@ datum
|
||||
if(!data) data = 1
|
||||
data++
|
||||
switch(data)
|
||||
if(1)
|
||||
if(10)
|
||||
M:confused += 2
|
||||
M:drowsyness += 2
|
||||
if(2 to 50)
|
||||
if(11 to 50)
|
||||
M:sleeping += 5
|
||||
if(51 to INFINITY)
|
||||
M:sleeping += 5
|
||||
M:adjustToxLoss(2)
|
||||
holder.remove_reagent(src.id, 0.4)
|
||||
..()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user