Procházet zdrojové kódy

[fixed] Display for mansion image not set correctly, fixed by Sword

Kevin_Smarts před 1 měsícem
rodič
revize
3aedd513c6
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4 3
      locations/homes_properties_attr.qsrc

+ 4 - 3
locations/homes_properties_attr.qsrc

@@ -310,9 +310,10 @@ if $ARGS[0] = 'get_property_attr':
 		property['id'] = 5
 		$property['code'] = $ARGS[1]
 		$property['name'] = 'Matryona mansion'
-		$property['display_0'] = 'plot of land in the St. Petersburg''s suburbs'
-		$property['display_1'] = 'impressive mansion under construction in the St. Petersburg''s suburbs'
-		$property['display_2'] = 'impressive mansion in the St. Petersburg''s suburbs'
+!!		$property['display_0'] = 'plot of land in the St. Petersburg''s suburbs'
+!!		$property['display_1'] = 'impressive mansion under construction in the St. Petersburg''s suburbs'
+!!		$property['display_2'] = 'impressive mansion in the St. Petersburg''s suburbs'
+		$property['display'] = $property['display_<<accessible_property["<<$args[1]>>-construction-status"]>>']
 		$property['region'] = 'city'
 		$property['town'] = 'city'
 		$property['location'] = 'city_mansion_entrance'