mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
At least this was caught now (#23563)
This commit is contained in:
@@ -132,8 +132,8 @@
|
||||
add_attack_logs(user, M, "Stabbed with (sleepy) [src]. [transfered]u of reagents transfered from pen containing [english_list(contained)].")
|
||||
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
|
||||
return TRUE
|
||||
reagents.reaction(M, REAGENT_INGEST, 0.1)
|
||||
continue
|
||||
reagents.reaction(M, REAGENT_INGEST, 0.1)
|
||||
return TRUE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user