* Fixes a ton of typos, inaccuracies, poor grammar, and confusing weirdnesses from the descriptions of almost every integrated circuit.
For example, the reagent filter:
Before:
"This is a filter which will move liquids from the source to the target. It will move all reagents, except those in the unwanted list, given the fourth pin if amount value is positive, or it will move only desired reagents if amount is negative. The third pin determines how much reagent is moved per pulse, between 0 and 50. Amount is given for each separate reagent."
After:
This is a filter which will move liquids from the source to its target.
If the amount in the fourth pin is positive, it will move all reagents except those in the unwanted list.
If the amount in the fourth pin is negative, it will only move the reagents in the wanted list.
The third pin determines how many reagents are moved per pulse, between 0 and 50. Amount is given for each separate reagent."
* fixed, ready
* Actually fixed and ready.
* Reverts the name of the coordinate pathfinder circuit back to "coordinte"
* Fixes a few missed, or poorly rewritten parts.
* Update smart.dm
* patch-2
* does everything on the TODO list
FUCK YEAH
*breaks up the engineering node design ID's for readability
*linking the device via multitool is possible
*The machinery construction "recipes" are less shit and make a bit more sense
* coil
* did somebody say RUNTIMES?
*fixed runtimes when there is no link on the stacking machine console
*added feedback for unlinked consoles
*it's -> its
*proper typecheck
* achieved with [src]
The experimentor is less likely to produce food when it transforms an item
The experimentor no longer breaks when the toxic waste malfunction occurs multiple times and isn't cleaned up
The experimentor irridiate function actually chooses what item to make properly rather than picking from the start of the list
The food weight change is because the probweight var wasn't effective because food was added to the list before anything that would increase the var, it's so low because there's a ton of food and it should be possible to get other things. I tested it in game and food is still the most common thing to get, I could bump up the prob for non-food things if needed.
The toxic waste runtime would make the experimentor unfixable except for reconstructing, and that resets the experiments.
The previous method of picking was broken and pretty poorly coded, I moved it to an associative list and the existing and non-broken pickweight function (not sure if this is also a code change).
* Added Fernet and subdrinks
Added sprites for Fernet (bottle), and glasses of pure Fernet, Fernet Cola, Fanciulli and Branca Menta
* Adds Fernet and drinks made out of it
Added Fernet, Fernet Cola, Fanciulli and Branca Menta
* Adds reactions to fernet
* Adds Bottle of Fernet to the list
Spriting by the wonderful NeoExperiences
* Adds Fernet to the Borg's Shaker
They can help you indulge in more hedonism now.
* Adds Fernet to the Booze Dispenser
* Adds Bottle of Fernet to the list
* Updated Fanciulli, Branca Menta
Oops, nearly made two of the drinks not cause the satiety reduction.
* Fixed a missing comma on reagent list
I'm dumb, I forgot this was a list
* Fixed the procs on stamina and hunger
I'm sorry I'm sleepy and retarded to mistake an L for an M
* Changes the recipe of Fanciulli to include Manhattan
They were conflicting, and the description of the glass already says it's just Manhattan with Fernet, so it's consistent.
* Removes glass_icon_state from pure fernet
Cobby said it was pointless since the spritework was lazy