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
@@ -207,9 +207,9 @@
if(breath_gases[/datum/gas/bz])
var/bz_partialpressure = (breath_gases[/datum/gas/bz][MOLES]/breath.total_moles())*breath_pressure
if(bz_partialpressure > 1)
hallucination += 20
hallucination += 10
else if(bz_partialpressure > 0.01)
hallucination += 5//Removed at 2 per tick so this will slowly build up
hallucination += 5
//TRITIUM
if(breath_gases[/datum/gas/tritium])
var/tritium_partialpressure = (breath_gases[/datum/gas/tritium][MOLES]/breath.total_moles())*breath_pressure