We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa956b commit e84320bCopy full SHA for e84320b
1 file changed
objects/obj_shop/Create_0.gml
@@ -756,6 +756,7 @@ if (research.armour[1].stealth[0] > 0 && research.armour[1].armour[0] > 1 && obj
756
x_mod[i] = 9;
757
item[i] = "Servo-harness";
758
item_stocked[i] = scr_item_count(item[i]);
759
+ forge_cost[i] = 1500;
760
item_cost[i] = 150;
761
if (obj_controller.stc_wargear >= 6) {
762
forge_cost[i] = 400;
@@ -780,6 +781,7 @@ if (research.armour[1].stealth[0] > 0 && research.armour[1].armour[0] > 1 && obj
780
781
782
item[i] = "Servo-arm";
783
784
+ forge_cost[i] = 750;
785
item_cost[i] = 30;
786
forge_cost[i] = 150;
787
if (rene = 1) {
0 commit comments