mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
Makes unabsorb chem NOT infinitely hallucinate you! (#16714)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user