Torbjörn Andersson

Results 145 comments of Torbjörn Andersson
trafficstars

``` >GIVE LANTERN TO THIN MAN You can't give anything to a thin man. ``` ```OPPIE``` is a ```PERSON```, but not ```LIVING```. ```OPPIE-F```calls ```HANDLE-GIS?```, so there is code there to...

The ```LEMMINGS``` are ```LIVING```, but the ```RODENTS``` are not: ``` >GIVE AXE TO RODENTS You can't give anything to rodents. The rodents swarm across the tundra. >EXAMINE LEMMINGS "Heavy," mutters...

It might be as simple as calling ```CRUMBS-INTO-PRAM``` from ```PRAM-F``` instead of ```PIGEONS-EAT-BAG```.

The same bug appears in ```WATERFALL-F```: ```zil ( ) ``` If the world is flipped, "WALK AROUND WATERFALL" takes you in the wrong direction.

```CAVE-HOLE-F```: ```zil ( ) ``` "ENTER HOLE" takes you in the wrong direction when the world is flipped.

Same thing with ```STREAM-F```: ```zil ( ) ( ) ```

```CAVE-F``` looks like it should have the same bug, but apparently it's not actually used? ```zil ) ( ) ``` I would have expected ```CAVE``` to be local global to...

```COTTAGE-F``` has the same bug, so "ENTER COTTAGE" fails from either direction when the world is flipped: ```zil ( ) ```

```HEDGE-F```: ```zil ( ) ``` So "FOLLOW HEDGE" fails from either endpoint when the world is flipped.

Same thing with ```SUMMIT-F```: ```zil ( ) ```