Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Added 'Right Hand Man Hat and Mustache'
Browse files Browse the repository at this point in the history
  • Loading branch information
Koupah committed Apr 1, 2021
1 parent 7d977b6 commit 3677c60
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions Among-Us-Editor/src/club/koupah/aue/gui/values/cosmetics/Hats.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,26 +117,28 @@ public enum Hats {

Geoff_Keighley(94, Promotional),

Dave_Panda_Cap(95, Free),
Ellie_Rose_Hair(96, Free),
Sven_Svensson_Hat(97, Free),
Burt_Curtis_Hat(98, Free),
Ellry_Mohawk(99, Free),
Thomas_Chestershire_Monocles(100, Free),
Wizard_Hat(101, Free),
Fredrick_Muenster_Hat(102, Free),
Mr_Macbeth_Hat(103, Free),
Toppat_Henry_Stickmin_Hat(104, Free),
Toppat_Ellie_Rose_Hat(105, Free),
Geoffrey_Plumb_Hat(106, Free),
Dave_Panda_Cap(95, Paid),
Ellie_Rose_Hair(96, Paid),
Sven_Svensson_Hat(97, Paid),
Burt_Curtis_Hat(98, Paid),
Ellry_Mohawk(99, Paid),
Thomas_Chestershire_Monocles(100, Paid),
Wizard_Hat(101, Paid),
Fredrick_Muenster_Hat(102, Paid),
Mr_Macbeth_Hat(103, Paid),
Toppat_Henry_Stickmin_Hat(104, Paid),
Toppat_Ellie_Rose_Hat(105, Paid),
Geoffrey_Plumb_Hat(106, Paid),

Angry_Eyebrows(107, Free),
Poop_Hat(108, Free),
Heart_Hat(109, Free),
Ponytail(110,Free),
Rubber_Glove(111,Free),
Unicorn_Hat(112, Free),
Zipper_Hat(113, Free);
Zipper_Hat(113, Free),

Right_Hand_Man_Hat_and_Mustache(114, Paid);

int[] displayOffset = { 0, 0, 0, 0 };
int ID;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3677c60

Please sign in to comment.