-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from chris81605/Dev
Dev2main
- Loading branch information
Showing
14 changed files
with
1,324 additions
and
830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
<<if $black_store_FIX_MIN is undefined>> | ||
<<set $black_store_FIX_MIN to 11>> | ||
<</if>> | ||
|
||
<<if $black_store_FIX_MAX is undefined>> | ||
<<set $black_store_FIX_MAX to 30>> | ||
<</if>> | ||
|
||
<<set $stall_amount to random($black_store_FIX_MIN, $black_store_FIX_MAX)>> | ||
<<if $black_storeswich is 1>> | ||
<<set $stall_amount to random($black_store_FIX_MIN, $black_store_FIX_MAX)>> | ||
<</if>> | ||
<<if $stall_amount gte $plants[$stall_plant].amount>> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.