mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 01:02:06 +00:00
Stops sleepers from runtiming when attempting to dialysis (#22398)
* How did nobody see this including me * IV bags too * Oops
This commit is contained in:
@@ -75,8 +75,7 @@
|
||||
if(reagents.total_volume < reagents.maximum_volume)
|
||||
injection_target.transfer_blood_to(src, amount_per_transfer_from_this)
|
||||
for(var/datum/reagent/x in injection_target.reagents.reagent_list) // Pull small amounts of reagents from the person while drawing blood
|
||||
var/datum/reagent/R
|
||||
if(R.id in GLOB.blocked_chems)
|
||||
if(x.id in GLOB.blocked_chems)
|
||||
continue
|
||||
injection_target.reagents.trans_to(src, amount_per_transfer_from_this/10)
|
||||
update_icon(UPDATE_OVERLAYS)
|
||||
|
||||
Reference in New Issue
Block a user