mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Merge pull request #6770 from Menshin/cryptobiolin_process_fix
Fixes cryptobiolin quantity never diminishing in a mob
This commit is contained in:
@@ -693,6 +693,7 @@ datum/reagent/cryptobiolin/on_mob_life(var/mob/living/M as mob)
|
||||
if(!M.confused)
|
||||
M.confused = 1
|
||||
M.confused = max(M.confused, 20)
|
||||
..()
|
||||
return
|
||||
|
||||
datum/reagent/impedrezene
|
||||
|
||||
Reference in New Issue
Block a user