Merge pull request #6694 from Citadel-Station-13/upstream-merge-37423

[MIRROR] [s] Hallucinations 4.0
This commit is contained in:
deathride58
2018-05-17 18:12:57 +00:00
committed by GitHub
16 changed files with 677 additions and 625 deletions
+2 -2
View File
@@ -236,13 +236,13 @@
var/bz_pp = breath.get_breath_partial_pressure(breath_gases[/datum/gas/bz][MOLES])
if(bz_pp > BZ_trip_balls_min)
H.hallucination += 20
H.hallucination += 10
H.reagents.add_reagent("bz_metabolites",5)
if(prob(33))
H.adjustBrainLoss(3, 150)
else if(bz_pp > 0.01)
H.hallucination += 5//Removed at 2 per tick so this will slowly build up
H.hallucination += 5
H.reagents.add_reagent("bz_metabolites",1)