mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Whoopsie (#23180)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user