mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Merge pull request #11652 from KillianKirilenko/kk-fixes
Medibot Minifix
This commit is contained in:
@@ -451,7 +451,7 @@
|
||||
return treatment_emag
|
||||
|
||||
// If they're injured, we're using a beaker, and they don't have on of the chems in the beaker
|
||||
if(reagent_glass && use_beaker && ((H.getBruteLoss() >= heal_threshold) || (H.getToxLoss() >= heal_threshold) || (H.getToxLoss() >= heal_threshold) || (H.getOxyLoss() >= (heal_threshold + 15))))
|
||||
if(reagent_glass && use_beaker && ((H.getBruteLoss() >= heal_threshold) || (H.getToxLoss() >= heal_threshold) || (H.getFireLoss() >= heal_threshold) || (H.getOxyLoss() >= (heal_threshold + 15))))
|
||||
for(var/datum/reagent/R in reagent_glass.reagents.reagent_list)
|
||||
if(!H.reagents.has_reagent(R))
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user