-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
159957d
commit 19c4b01
Showing
2 changed files
with
24 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
cistern cistern2 water:0 draw:100:100 | ||
spring spring2 2000 draw:650:100 | ||
pump A 200 water:20 broken:true draw:200:100 | ||
pump B 200 water:10 draw:500:100 | ||
pump C 200 water:50 draw:575:200 | ||
pipe AC2 100 draw:225:125:125:125 | ||
pipe AB 100 draw:225:125:525:125 | ||
pipe BS2 100 draw:525:125:675:125 | ||
pipe CB 100 draw:600:225:525:125 | ||
connectpipe AC2 A | ||
connectpipe AC2 cistern2 | ||
connectpipe AB A | ||
connectpipe AB B | ||
connectpipe BS2 B | ||
connectpipe BS2 spring2 | ||
connectpipe CB B | ||
connectpipe CB C | ||
setpump A AB AC2 | ||
setpump B BS2 AB | ||
mechanic Mec1 A | ||
addplayer A Mec1 | ||
saboteur Sab1 AB | ||
addplayer AB Sab1 |