mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-30 15:36:21 +01:00
Update Chemistry-Reagents-Medicine_vr.dm
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
/datum/reagent/bullvalene/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
if(alien == IS_SLIME || alien == IS_DIONA)
|
||||
return
|
||||
if(getdamagebrute || getdamageburn || getdamageoxy)
|
||||
if(M.getBruteLoss() || M.getFireLoss() || M.getOxyLoss())
|
||||
M.adjustOxyLoss(-1)
|
||||
M.adjustFireLoss(-1)
|
||||
M.adjustBruteLoss(-1)
|
||||
|
||||
Reference in New Issue
Block a user