瀏覽代碼

Change HRG set maxprice to 355 from 335

Foppe Hemminga 6 年之前
父節點
當前提交
8157f1d3d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stocks.py

+ 1 - 1
stocks.py

@@ -4,7 +4,7 @@ d_fhg = ("FHG", 15, 335, 10, "DROP")
 d_yaz = ("YAZ", 8, 60, 10, "DROP")
 d_cnc = ("CNC", 10, 480, 10, "DROP")
 d_wlt = ("WLT", 30, 550, 10, "DROP")
-d_hrg = ("HRG", 22, 335, 10, "DROP")
+d_hrg = ("HRG", 22, 355, 10, "DROP")
 d_sym = ("SYM", 16, 480, 10, "DROP")
 d_slag = ("SLAG", 4, 190, 10, "DROP")
 d_grn = ("GRN", 6, 230, 10, "DROP")