Skip to content

Commit 2a728f6

Browse files
committed
pog
1 parent fe14a0d commit 2a728f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Base/Entities/Industry/CTFShops/Quarters/Quarters.as

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void onInit(CBlob@ this)
9292

9393
// SHOP
9494
this.set_Vec2f("shop offset", Vec2f_zero);
95-
this.set_Vec2f("shop menu size", Vec2f(7, 1));
95+
this.set_Vec2f("shop menu size", Vec2f(6, 1));
9696
this.set_string("shop description", "Buy");
9797
this.set_u8("shop icon", 25);
9898

0 commit comments

Comments
 (0)