Update alcohol_reagents.dm
Edited a typo at line 2144.
This commit is contained in:
@@ -2141,7 +2141,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
|
||||
M.adjustOxyLoss(-3.5,0)
|
||||
M.adjustFireLoss(-3.5,0)
|
||||
M.adjustToxLoss(-3.5,0)
|
||||
M.radiation = max(M.raddiation - 25, 0)
|
||||
M.radiation = max(M.radiation - 25, 0)
|
||||
. = 1
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user