* gatfruit more like gattofruit
* increases max ammo to 8
* bio is not a valid research
* small issue
* adds a missing space
* gatfruit takes time to open now
* Sirryan's request
* adds the sprite
* lewcc review + sprites
* ghhhhhh
* sprites are working
fixed years-old bug: when awakened, Killer Tomato (mob) would spawn at user's position, not Killer Tomato (item)'s position; thus, a thrown, awakening Killer Tomato (item) would vanish unceremoniously into the ether, while elsewhere, the now-distant thrower would spontaneously generate a Killer Tomato (mob) under their feet
* fixes cherry bombs
moves prime to AFTER the auto-throw is toggled
added a sleep before the explosion trigger to prevent instant explosions
reafactor'd black powder to explode at its container's location instead of where the black powder's trigger is, to prevent desync between the explosion location and a thrown object
* removed sleep
mistook the desync before as an instant explosion. now that desync was fixed it is shown to not be needed
* Update code/modules/hydroponics/grown/misc_seeds.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
* comments added
* renames location to prime_location
---------
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
* Refactors Mutations
* traits
* more work
* styling fix
* yet even more work
* oh hush
* almost there
* it continues yet further
* and that's genetics done
* and that's it folks
* last bit and golem fixup
* oof
* oops
* tweaks and fixes
* styling
* Update medicine.dm
* Update herbals.dm
* Update vending.dm
* added mint seeds
* added mint harvest
* added mint plant
* an attempt to fix the problem
the pr is having trouble with growing.dmi for some reason, i was told to do this
* another empty line for the above reason
* wow okay, be like that then
* no empty lines since you're bickering
* lets see if you like this
* forgot the mint chem in reagents/misc.dm
daily reminder that im a smooth brain
* made it green and distill into menthol
* made it goon
* moving it to the appropriate file
* moved to food.dm since it's a consumable
* clarification of new distilling result for desc
* 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
* 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>
apples previously distilled into hcider, which was an icon state and not actually a reagent proper. this resulted in apples simply not fermenting into anything when processed in a fermenting barrel. (if the apples contained reagents such as plant_matter or sugar or whatever else botanists put in their genes, then these would of course be transferred to the barrel normally.)
* Handlers converted, now to fix 3532 compile errors
* 3532 compile fixes later, got runtimes on startup
* Well the server loads now atleast
* Take 2
* Oops