mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 00:55:20 +01:00
Toxin bees get toxin (#96337)
## About The Pull Request `assign_reagent()` does not take paths ## Why It's Good For The Game fixes #96333 ## Changelog 🆑 fix: Toxin bees get toxin /🆑
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
|
||||
/// Picks a random toxin and assigns it to the bee
|
||||
/mob/living/basic/bee/proc/assign_random_toxin_reagent()
|
||||
assign_reagent(get_random_reagent_id(whitelist = subtypesof(/datum/reagent/toxin)))
|
||||
assign_reagent(GLOB.chemical_reagents_list[get_random_reagent_id(whitelist = subtypesof(/datum/reagent/toxin))])
|
||||
|
||||
/mob/living/basic/bee/mutate()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user