fixes typo that prevented bees from starting to grow naturally.

This commit is contained in:
Remie Richards
2016-03-21 05:38:53 +00:00
parent 9aaf4ffc40
commit bbd30fb970
@@ -95,7 +95,7 @@
if(bees.len < get_max_bees())
var/freebee = FALSE //a freebee, geddit?, hahaha HAHAHAHA
if(!bees.len) //there's always one set of worker bees, this isn't colony collapse disorder its 2d spessmen
if(bees.len <= 1) //there's always one set of worker bees, this isn't colony collapse disorder its 2d spessmen
freebee = TRUE
if((bee_resources >= BEE_RESOURCE_NEW_BEE_COST && prob(BEE_PROB_NEW_BEE)) || freebee)
if(!freebee)