mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 21:16:39 +01:00
Basically turning Hyperzine into skooma
Giving hyperzine druggy effects if taken by tajarans. Khajit is innocent!
This commit is contained in:
@@ -369,6 +369,7 @@
|
||||
/datum/reagent/hyperzine/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
if(alien == IS_TAJARA)
|
||||
removed *= 1.25
|
||||
M.druggy = max(M.druggy, 5)
|
||||
if(alien == IS_SLIME)
|
||||
M.make_jittery(4) //Hyperactive fluid pumping results in unstable 'skeleton', resulting in vibration.
|
||||
if(dose >= 5)
|
||||
|
||||
Reference in New Issue
Block a user