X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ships%2FRotator.ship;fp=ships%2FRotator.ship;h=e12cddc0d29039c7cb20d42676cc5f695381f936;hb=7f4958fbb5eb13487bbfaf8411765fe997ae2ae7;hp=c6661c42b64ae5e7f245618be849db05139b74e3;hpb=8838de99ee5faf68397547ac0e5f92041a6ac64b;p=fleet.git diff --git a/ships/Rotator.ship b/ships/Rotator.ship index c6661c4..e12cddc 100644 --- a/ships/Rotator.ship +++ b/ships/Rotator.ship @@ -77,10 +77,10 @@ public void service() { #ship debug : Debug #ship rotator : Rotator -rotator.in: literal 1; deliver; literal 21615257152; deliver; -rotator.inAmount: literal 1; deliver; literal 20; deliver; -rotator.out: [*] take, sendto debug.in; -debug.in: [*] take, deliver; +rotator.in: set word= 1; deliver; set word= 21615257152; deliver; +rotator.inAmount: set word= 1; deliver; set word= 20; deliver; +rotator.out: set ilc=*; collect, send to debug.in; +debug.in: set ilc=*; recv, deliver; == Contributors =========================================================