Bug - Fixed Inconsistency in $location.parent for Antique Item Locations

matt.chugg

Moderator
I believe $location["The Landscaper's Lair"].parent should be "Antique Maps" as the other areas appear to be?

Code:
> ash $location["The Landscaper's Lair"]

nocombats => false
zone => Landscaper
parent => Landscaper
parentdesc => The Landscaper's Lair


> ash $location["Professor Jacking's Small-O-Fier"]

nocombats => false
zone => Jacking
parent => Antique Maps
parentdesc => Antique Maps

> ash $location["Kegger in the Woods"]

nocombats => false
zone => Kegger
parent => Antique Maps
parentdesc => Antique Maps

> ash $location["Vanya's Castle Foyer"]

nocombats => false
zone => Vanya's Castle
parent => Antique Maps
parentdesc => Antique Maps

> ash $location["The Electric Lemonade Acid Parade"]

nocombats => false
zone => Magic Commune
parent => Antique Maps
parentdesc => Antique Maps

> ash $location["Neckback Crick"]

nocombats => false
zone => Ellsbury's Claim
parent => Antique Maps
parentdesc => Antique Maps
environment => outdoor
 

Darzil

Developer
Seems reasonable. r16563. I suspect it was that way as it was the first Antique Map, and the ordering added later and this one missed.
 
Top