-
Notifications
You must be signed in to change notification settings - Fork 655
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Black Burger Added White Burger Removed unnecessary code in all pretty Burgers All pretty burgers now parent off burger plain All pretty burgers no longer have unique container managers, allowing them to adopt Plain burger's All pretty burgers no longer have unique flavor profiles, allowing them to adopt Plain burger's Modified both BnW recipes to make their respective black and white counterparts instead.
- Loading branch information
1 parent
4ccd32c
commit bb7b250
Showing
6 changed files
with
24 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,10 @@ | |
"name": "plainpurple" | ||
}, | ||
{ | ||
"name": "plainbnw" | ||
"name": "plainblack" | ||
}, | ||
{ | ||
"name": "plainwhite" | ||
} | ||
] | ||
} |
Binary file added
BIN
+565 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/burger.rsi/plainblack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-616 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/burger.rsi/plainbnw.png
Binary file not shown.
Binary file added
BIN
+620 Bytes
Resources/Textures/_NF/Objects/Consumable/Food/burger.rsi/plainwhite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.