Prevent a false grep hit on 99...
...(to makehunting down instances of magic constants easier)
This commit is contained in:
parent
bedada8475
commit
ce48025f87
1 changed files with 2 additions and 2 deletions
|
@ -74,9 +74,9 @@
|
|||
# the computer.
|
||||
#
|
||||
# For example, we can set side 4 to be a computer belonging to
|
||||
# team "Evil Guys" starting with 666g and no 99 income.
|
||||
# team "Evil Guys" starting with 666g and 999 income.
|
||||
# We also make it more aggressive:
|
||||
#! {SIDE_COMPUTER 4 "Evil Guys" "Evil One" 666 99 (
|
||||
#! {SIDE_COMPUTER 4 "Evil Guys" "Evil One" 666 999 (
|
||||
#! aggression=0.95
|
||||
#! )}
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue