We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe14a0d commit 2a728f6Copy full SHA for 2a728f6
Base/Entities/Industry/CTFShops/Quarters/Quarters.as
@@ -92,7 +92,7 @@ void onInit(CBlob@ this)
92
93
// SHOP
94
this.set_Vec2f("shop offset", Vec2f_zero);
95
- this.set_Vec2f("shop menu size", Vec2f(7, 1));
+ this.set_Vec2f("shop menu size", Vec2f(6, 1));
96
this.set_string("shop description", "Buy");
97
this.set_u8("shop icon", 25);
98
0 commit comments