Skip to content

Commit

Permalink
fixed ears for dev skins
Browse files Browse the repository at this point in the history
  • Loading branch information
jakethakur committed Dec 16, 2023
1 parent c81f793 commit 01276b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file added assets/playerCustom/ears/null.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8605,16 +8605,19 @@ Game.loadDefaultImages = function () {

if (Player.name === "Sammer") {
Player.skinTone = "fish"
Player.ears = "null";
Player.hair = "null";
}

if (Player.name === "Pingu") {
Player.skinTone = "penguin"
Player.ears = "null";
Player.hair = "null";
}

if (Player.name === "James") {
Player.skinTone = "slug"
Player.ears = "null";
Player.hair = "null";
}
if (Player.name === "Axparagus") {
Expand Down

0 comments on commit 01276b3

Please sign in to comment.