mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 21:57:53 +01:00
[MIRROR] Fix brainsnax logic (#12924)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
110e693782
commit
76e7a62fe8
@@ -551,7 +551,7 @@
|
||||
|
||||
/datum/reagent/nutriment/protein/brainzsnax/affect_ingest(mob/living/carbon/M, alien, removed)
|
||||
..()
|
||||
if(prob(5) && !(alien == IS_CHIMERA || alien == IS_SLIME || alien == IS_PLANT || alien == IS_DIONA || alien == IS_SHADEKIN && !M.isSynthetic()))
|
||||
if(prob(5) && !(alien == IS_CHIMERA || alien == IS_SLIME || alien == IS_PLANT || alien == IS_DIONA || alien == IS_SHADEKIN) && !M.isSynthetic())
|
||||
M.adjustBrainLoss(removed) //Any other species risks prion disease.
|
||||
M.Confuse(5)
|
||||
M.hallucination = max(M.hallucination, 25)
|
||||
|
||||
Reference in New Issue
Block a user