Skip to content

Commit

Permalink
v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhwombat committed Feb 2, 2015
1 parent 85e0421 commit e418995
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions creatur-wains.cabal
@@ -1,5 +1,5 @@
Name: creatur-wains
Version: 7.0.1
Version: 7.0.2
Stability: experimental
Description: An artificial agent called the "Wain", designed to
run in the Créatúr framework. Wains have sufficient
Expand Down Expand Up @@ -27,7 +27,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/mhwombat/creatur-wains.git
tag: 7.0.1
tag: 7.0.2

library
GHC-Options: -Wall -Werror
Expand Down
2 changes: 1 addition & 1 deletion src/ALife/Creatur/WainInternal.hs
Expand Up @@ -105,7 +105,7 @@ buildWain n a b d m p g = set wainSize s w
{
_name = n, _appearance = a, _brain = b, _devotion = d,
_ageOfMaturity = m, _passionDelta = p, _energy = 0,
_passion = 0, _age = 0, _litter = [],
_passion = 1, _age = 0, _litter = [],
_childrenBorneLifetime = 0, _childrenWeanedLifetime = 0,
_swagger = 0, _genome = g, _wainSize = 0
}
Expand Down

0 comments on commit e418995

Please sign in to comment.