Skip to content

Commit

Permalink
Whoopsie (#23180)
Browse files Browse the repository at this point in the history
  • Loading branch information
DGamerL authored Nov 7, 2023
1 parent bc095ad commit 635dd52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/_globalvars/lists/reagents_lists.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/recipes/pyrotechnics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 635dd52

Please sign in to comment.