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
+1 -1
View File
@@ -66,4 +66,4 @@ GLOBAL_LIST_INIT(blocked_chems, list("polonium", "initropidril", "concentrated_i
"spidereggs", "heartworms", "bacon_grease",
"fungalspores", "jagged_crystals", "salmonella",
"lavaland_extract", "stable_mutagen", "beer2",
"curare", "gluttonytoxin", "smoke_powder"))
"curare", "gluttonytoxin", "smoke_powder", "stimulative_cling"))
@@ -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)