This commit is contained in:
DGamerL
2023-11-06 21:09:54 -05:00
committed by GitHub
parent bc095ad398
commit 635dd52d1a
2 changed files with 2 additions and 2 deletions
@@ -44,7 +44,7 @@
var/datum/reagent/R = X
if(R.id in required_reagents)
continue
if(R in GLOB.blocked_chems)
if(R.id in GLOB.blocked_chems)
continue
beeagents += R
var/bee_amount = round(created_volume * 0.2)