Revert "Chirret species"

This commit is contained in:
Spades
2017-12-19 19:47:50 -05:00
committed by GitHub
parent a4249382b7
commit 54b5d74ada
27 changed files with 10 additions and 257 deletions
@@ -414,20 +414,6 @@
else
M.sleeping = max(M.sleeping, 20)
M.drowsyness = max(M.drowsyness, 60)
else if(alien == IS_CHIRRET) //VOREStation Edit Start
if(effective_dose < 2)
if(effective_dose == metabolism * 2 || prob(5))
M.make_dizzy(6)
M.slurring = max(M.slurring, 30)
M.eye_blurry = max(M.eye_blurry, 10)
else if(effective_dose < 10)
M.slurring = max(M.slurring, 30)
M.eye_blurry = max(M.eye_blurry, 10)
M.drowsyness = max(M.drowsyness, 20)
M.eye_blurry = max(M.eye_blurry, 10)
M.confused = max(M.confused, 20)
else
M.paralysis = max(M.paralysis, 20)//VOREStation Edit End
/datum/reagent/sulfur
name = "Sulfur"
@@ -804,8 +804,6 @@
//if(alien == IS_TAJARA) //VOREStation Edit Begin
//M.adjustToxLoss(0.5 * removed)
//M.make_jittery(4) //extra sensitive to caffine
if(alien == IS_CHIRRET)
M.make_jittery(20) //VOREStation Edit End
if(adj_temp > 0)
holder.remove_reagent("frostoil", 10 * removed)