Handbook
Glossary
check-plague ( game -- game )
Vocabulary
hamurabi
.
private
Inputs
game
an
object
Outputs
game
an
object
Definition
USING:
accessors
kernel
math
;
IN:
hamurabi.private
:
check-plague
( game -- game )
dup
plague>>
[
[
2/
]
change-population
]
when
;