[s] Hallucinations 4.0

This commit is contained in:
XDTM
2018-05-09 23:15:46 +02:00
committed by letterjay
parent 3d0ae0255b
commit ec3516ea19
16 changed files with 679 additions and 615 deletions
+1 -1
View File
@@ -160,7 +160,7 @@
to_chat(owner, "<span class='warning'>You feel really lonely...</span>")
else
to_chat(owner, "<span class='warning'>You're going mad with loneliness!</span>")
owner.hallucination += 20
owner.hallucination += 30
if(5)
if(!high_stress)
+5
View File
@@ -231,6 +231,7 @@
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)
@@ -240,6 +241,10 @@
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)