Skip to content

Commit

Permalink
Update stabilizer.zsc
Browse files Browse the repository at this point in the history
fixes an error in pickupmessage
  • Loading branch information
blahdude10 authored and caligari87 committed Jan 6, 2024
1 parent ff2dd78 commit 1228f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stabilizer/module/stabilizer.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class UaS_GyroStabilizer : HDPickup {
Default {
Inventory.Amount 1;
Inventory.MaxAmount 1;
Inventory.PickupMessage "$PICKUP_STABILIZER";
Inventory.PickupMessage "$PICKUP_GYROSTABILIZER";
Inventory.Icon "UGSIR0";
HDPickup.Bulk 10;
Scale 0.75;
Expand Down

0 comments on commit 1228f24

Please sign in to comment.