Update bees.dm

This commit is contained in:
Ghom
2020-03-26 17:20:57 +01:00
committed by GitHub
parent 38c37d75a3
commit 4e531518c3
@@ -268,7 +268,7 @@
to_chat(user, "<span class='warning'>You don't have enough royal bee jelly to split a bee in two!</span>")
else
var/datum/reagent/R = GLOB.chemical_reagents_list[S.reagents.get_master_reagent_id()]
else if(R && S.reagents.has_reagent(R.type, 5))
if(R && S.reagents.has_reagent(R.type, 5))
S.reagents.remove_reagent(R.type,5)
if(R.can_synth)
queen.assign_reagent(R)