csss-beedza/Source/bmodel.nls

12 lines
302 B
Text
Raw Normal View History

2013-07-17 20:23:15 +02:00
spots-own [ flower-type pollinisation-score amount-of-wild-hives ]
2013-07-17 19:10:41 +02:00
2013-07-17 20:23:15 +02:00
to setup-wild-bees
ask spots
2013-07-17 21:12:45 +02:00
[ set amount-of-wild-hives random max-wild-hives ]
2013-07-17 19:10:41 +02:00
end
2013-07-17 21:12:45 +02:00
to pollinate
if flower-season [
ask spots
[ set pollinisation-score amount-of-wild-hives + [amount-of-hives] of beekeepers-here ] ]
2013-07-17 19:10:41 +02:00
end