* Adding in new sprites for a bunch of crappy food sprites
* Adding attribution for Goon origin sprites
https://github.com/binarysudoku has relicensed the sprites requested for our use (relicensing means they don't have to go in a separate folder). I've included attribution notes on each sprite that I've taken, as per our license
* Added a bunch more sprite changes!
* forgot the holymelon
* Updating trash sprites for junk food, adding a space twinkie trash sprite
* Add new visually appealing sprites to replace the existing trenchcoat and fedora sprites
* Add trenchcoat for vox
* Fix rogue pixels
* Fix rogue pixels on human jacket
* Add white fedora
* Add inventory icons for each fedora
* Add hat support for vox
* fix white pixels
* Add inventory sprites for trench coats
* PR - Gender Update
Gives Gender three states instead of two. This allows clones of tri-gendered species to properly carry their genders over to new bodies (e.g. Greys, Drask, etc.).
Tristate Gender Set Proc
Tristate Gender Get Proc
Fixes where Binary State was needed.
* Update update_icons.dm
Yeah, let's _not_ have Genderless folks get inconsistently gendered body part sprites (e.g. head, groin, torso mismatch).
* Update dna2.dm
* Update dna2.dm
* Update organ_icon.dm
* Update update_icons.dm
* Update dna2_helpers.dm
* Update organ_icon.dm
Readability (spacing)
* Update dna_injector.dm
* Update dna2.dm
* Changes made per Affected's requests.
Changes made per Affected's feedback.
* Update dna2.dm
Got our heads too deep in using this just for DNA_UI_GENDERr - returning the Set and Get procs to 0, 1, 2 as per Affected's request.
While in there, noticed some housekeeping items:
- reorganized the ranges so they flow numerically now
- changed the ranges so they don't overlap (line 205 having been the worst)
- removed the "else" statement from line 222 since we're using ASSERTS. There shouldn't be a value outside the range of 0 to 2 for this.
* Changed Milo to Miso
* Update baked_goods.dm
* typo fix
* Revert "typo fix"
This reverts commit 3f6ca6a5b9.
* Revert "Revert "typo fix""
This reverts commit b67ed80d8d.
* Update food.dm
* removing beff and pepperoni
* adding onions as juiceable
* made drying grapes give you homemade raisins since homemade raisins were already in the code
* undo the onionjuice because it crashed my test server
* replaced the vomit cheese with vomit cheese substitute, removed beff and pepperoni, made weird cheese actualy spawn a weird cheese wedge
* updated enzyme name and description to match how catalysts actually work and how the enzyme already works in game (and has for almost a decade in game)
* Moved onion rings to the deepfryer instead of microwave
* makes the fries recipe actually makes sense, and makes it benefit from the upgrades of the processor (so you can get more fries)
* made macaroni and cheese names consistent
* moved two recipes to oven from microwave
* Wine comes from grapes ya dingus
* name fix
* made burger recipes consistent except for the big bite and super big bites
* yaki imo is baked whole sweet potato, not processed!
* Update code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
* Update code/modules/food_and_drinks/kitchen_machinery/deep_fryer.dm
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
* Update code/modules/food_and_drinks/food/foods/pizza.dm
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
* made food names consistently lower case
Except of course for foods that are supposed to be brand names, like Space Twinkie or the BigBite burger
* Missed one
* Back to american mac 'n' cheese spelling
* Macaroniiiii
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>