Skip to content

Commit

Permalink
Increased plant/flower tick
Browse files Browse the repository at this point in the history
  • Loading branch information
pareldraakje committed Nov 17, 2017
1 parent 887d301 commit dd34d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 36463_flower.cos
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ scrp 2 7 36463 1000
else
kill targ
endi
tick 1
tick rand 3 8
endm

**
Expand Down
2 changes: 1 addition & 1 deletion 36463_plant.cos
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ scrp 2 4 36463 1000
else
kill targ
endi
tick 1
tick 3
endm

**
Expand Down

0 comments on commit dd34d9d

Please sign in to comment.