[MIRROR] Makes unabsorb chem NOT infinitely hallucinate you! (#9643)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2024-12-16 01:34:41 +01:00
committed by GitHub
co-authored by Cameron Lennox
parent 94d12f3568
commit 709e7852da
+1 -1
View File
@@ -99,7 +99,7 @@
M.adjustHalLoss(1)
if(!M.confused) M.confused = 1
M.confused = max(M.confused, 20)
M.hallucination += 15
M.hallucination = max(M.hallucination, 20) //This used to be += 15 resulting in INFINITE HALLUCINATION
for(var/obj/belly/B as anything in M.vore_organs)