mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
Update medicine_vr.dm (#16015)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
if(M.eye_blurry)
|
||||
M.eye_blurry = max(M.eye_blurry - 25*removed, 0)
|
||||
if(M.jitteriness)
|
||||
M.make_jittery(max(M.jitteriness - 25*removed,0))
|
||||
M.make_jittery(min(-25*removed,0))
|
||||
|
||||
/datum/reagent/numbing_enzyme
|
||||
name = "Numbing Enzyme"
|
||||
|
||||
Reference in New Issue
Block a user