mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Rebalanced spaceacillin metabolism.
It used to be something like 1 unit per tick, which only lasted around 2 minutes for 15 units. Now it'll last a bit longer, making it actually useful.
This commit is contained in:
@@ -1552,8 +1552,8 @@ datum
|
||||
color = "#C8A5DC" // rgb: 200, 165, 220
|
||||
|
||||
on_mob_life(var/mob/living/M as mob)//no more mr. panacea
|
||||
// Only consume 0.1 units per tick
|
||||
holder.remove_reagent(src.id, 0.2)
|
||||
..()
|
||||
return
|
||||
|
||||
carpotoxin
|
||||
@@ -2147,6 +2147,7 @@ datum
|
||||
if(!M) M = holder.my_atom
|
||||
M.druggy = max(M.druggy, 30)
|
||||
if(!data) data = 1
|
||||
|
||||
switch(data)
|
||||
if(1 to 5)
|
||||
if (!M.stuttering) M.stuttering = 1
|
||||
|
||||
Reference in New Issue
Block a user