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