mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fixes morphine to actually knock you out.
This commit is contained in:
@@ -424,8 +424,8 @@ datum/reagent/goonchem/morphine
|
||||
datum/reagent/goonchem/morphine/on_mob_life(var/mob/living/M as mob)
|
||||
if(!M) M = holder.my_atom
|
||||
M.status_flags |= IGNORESLOWDOWN
|
||||
if(cycle_count == 36)
|
||||
M.drowsyness += 1
|
||||
if(cycle_count >= 36)
|
||||
M.sleeping += 3
|
||||
cycle_count++
|
||||
..()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user