Doing my little update piece by piece because I'm lazy and because storage PR is going to conflict everything ever.
Techfabs do not link to RND consoles, and have their own interface for producing things.
RND production machinery code refactored.
Techwebs have categories views instead of just a goddamn design list.
Old machinery will be kept in, as some places will keep them. Read: Engineering, robotics, etc.
experimental: Protolathes and circuit imprinters combined/changed to techfabs. All departments can now print related circuit boards. Engineering and science will keep their lathe/imprinter design by default at roundstart because they have specialized labs for those.
* ERP, miscreants, clothing
* github pls
* guns, dogborg, areas, vendor
* finishes moving around the last of the stuffs
* cleaned up shit. italics on subtle messages
vore code to modular_citadel too
* updates codeowners and recompiles tgui
because it's a healthy thing to do
* reee, I had that spawner set byond
* cleans up a bad pipe
does the thing I've been meaning to do for a while now as well.
* bumps up xenobio console requirements
inb4 reee
* snowflake commenting
* Allows admins to spawn mob-like objects for shenanigans (#36153)
This is basically extracting the functionality of the animation spell into an admin verb.
Please excuse the browser.dm code, this is more of a stepping stone towards the more complicated popup needed for custom ERTs.
cl Naksu
admin: Admins can now easily spawn mobs that look like objects. Googly eyes optional!
/cl
* Allows admins to spawn mob-like objects for shenanigans
* Vore 2.0
Initial commit
* double checked porting
* Fixes compile issues
* converts Ash Drake bellies to new system
digs out lingering datum/belly stuff too
* Let's just work on this later
* System operational
* Update preferences.dm
* Allows the auxbase camera console to place airlocks on fans (#35975)
* - Allows the aux base rcd to commit the same atrocities as the regular rcd
- Rids us of another value that does nothing
* first and only webeditor commit
* Allows the auxbase camera console to place airlocks on fans
* Removes MediHound's Noncon Vore
MediHound once again respects vore preferences, as intended.
To make up for this, they now receive a unique cyborg hypospray with fewer reagents, increased energy costs, and no ability to upgrade.
* Moves Preference Check to New Sleeper-Specific Variable, Buffs Hypo
Rather than using target.devourable, MediHounds now check for a new target.sleeperable preference, which defaults to TRUE.
Also, removed the custom HoundHypo. MediHounds will now get the full borg hypospray.
* Removes unnecessary 5th port code
* Breaks the patch for Bhijn's viewing pleasure
DNM etc
* Still not fixed
* Fixes it again.
MediHound sleeper preference is now a game preference toggle, rather than a vore panel toggle.
MediHounds will not be able to ingest SSD or catatonic players.
* I have no idea if this will work, but hopefully makes stands immune to timestops if their master is.
* That looks better
* Maybe that will work, maybe it will not.
* Checks if the summoner actually exists.
As per review advice from @DaedalusGame.
* major re-works
* Resting verb in, but the icons don't refresh correctly
* tweaks self heal for engiborgs
* minor fixes
* Fixes borg animation flicker
* ore pup stuff, maybe.
* tweaks from upstream input
* adds the basically useless check for dogborg specific modules
* cleans up code and Scrubpup Animation!
* Update robot_modules.dm
* - Introduces a non-linear component to liver damage from alcohol so weak alcohol doesn't kill you instantly. (#36089)
* Makes weak alcohol not kill you
* Speed up space wind by avoiding noop proc calls. (#36072)
During times of high numbers of active turfs on station, this proc tends to cost more per turf then process_cell does, avoiding noops is really the only easy speed up opportunity i can see here unless i wanted to make a flag for rather or not experience_pressure_difference is called so only movables that override the default behavior (livings really) get the proc called on them
* Speed up space wind by avoiding noop proc calls.