mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
At least this was caught now (#23563)
This commit is contained in:
@@ -264,12 +264,12 @@
|
||||
if(blocked != INFINITY)
|
||||
if(M.can_inject(null, FALSE, hit_zone, piercing)) // Pass the hit zone to see if it can inject by whether it hit the head or the body.
|
||||
..()
|
||||
|
||||
for(var/datum/reagent/R as anything in reagents.reagent_list)
|
||||
if(initial(R.id) == "????") // Yes this is a specific case that we don't really want
|
||||
reagents.trans_to(M, reagents.total_volume)
|
||||
return TRUE
|
||||
continue
|
||||
reagents.reaction(M, REAGENT_INGEST, 0.1)
|
||||
reagents.trans_to(M, reagents.total_volume)
|
||||
reagents.reaction(M, REAGENT_INGEST, 0.1)
|
||||
return TRUE
|
||||
else
|
||||
blocked = INFINITY
|
||||
|
||||
Reference in New Issue
Block a user