Update negative.dm

This commit is contained in:
LetterJay
2018-05-12 21:37:26 -05:00
committed by GitHub
parent ec3516ea19
commit e164668c5e
+1 -13
View File
@@ -230,21 +230,9 @@
return
if(prob(2)) //we'll all be mad soon enough
madness()
<<<<<<< HEAD
/datum/trait/insanity/proc/madness(mad_fools)
set waitfor = FALSE
if(!mad_fools)
mad_fools = prob(20)
if(mad_fools)
var/hallucination_type = pick(subtypesof(/datum/hallucination/rds))
new hallucination_type (trait_holder, FALSE)
else
trait_holder.hallucination += rand(10, 50)
=======
/datum/quirk/insanity/proc/madness()
quirk_holder.hallucination += rand(10, 25)
>>>>>>> aa782ff... [s] Hallucinations 4.0 (#37423)
/datum/trait/insanity/post_add() //I don't /think/ we'll need this but for newbies who think "roleplay as insane" = "license to kill" it's probably a good thing to have
if(!trait_holder.mind || trait_holder.mind.special_role)