Bug - Fixed get_florist_plants() fails for The Icy Peak

I have a Rabid Dogwood planted on The Icy Peak, but the list produced by the below code doesn't have any entries for the peak.
Code:
ashq string[location,3]plants;plants=get_florist_plants();foreach a,b in plants print(a+" "+plants[a,b]);
(I noticed this because chit's florist thingy wasn't showing any plants)

I think this is because mafia uses "Icy Peak" as a location name instead of "The Icy Peak"?
 
Top