* Upport these
* wtf
* Update negative.dm
* Hard feet into a neutral
* revert
* type-o
* Makes toxin_gut a trait.
Better as a trait than a var.
* Fix these
Was free trait otherwise
* Update negative.dm
* Fixes these as well
* Update low_sugar.dm
* Update vorestation.dme
* Converts these to components
Still needs optimization.
* Makes absorbent a component
* Implements deep sleeper
* Update living_movement.dm
* Update living_movement.dm
* Update negative.dm
* why not
* Adjust these
* Update positive.dm
* Update positive.dm
* Eh, let's lower this some.
* Add singulo mtabolism
* these too
* Make this use bloodloss_rate
* Update negative.dm
* grapples you
* Update mob_grab.dm
* my brain hurts reading this
please leave more comments
* Slippery
* enable
* Remove waterbreather from breathless
Unneeded
* Update negative.dm
* Update low_sugar.dm
* Update snacks.dm
* no more self callbacks on update fullness
* fix missing code
* Belly test
* import type
* full partiy
* .
* fix preview
* in belly to late join
* robot nutri
* .
* .
* update export
* finish open todos
* code cleanup
* fix some old slacking
* move this to a define
* fixing
* ,
* .
* Creates a Consume Belly Reagents pref (#10)
* Creates a Consume Belly Reagents pref
Added a Consume Belly Reagents pref that blocks the consumption of all reagents produced by a belly via reagent containers such as food, drink, beakers, pills, syringes and hyposprays. Seems to work well as intended.
* These changes at least do not cause any problems
* Missed this one
* Reverts reagent_names
* _BELLY versions
* Fixed typo
* .
* fix admin spawn mobs bellies
* also fix that bug
* hints
* fix that
* .
* initial
* should be all
* that is no longer needed
* fluids into hand items
I was convinced this was broken until it was pointed out that the item has to be ON THE GROUND to fill it...Instead of in your hand. That seems so convoluted.
ARC = active-hand reagent container. IRC = inactive-hand reagent container.
* some stuff
---------
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Turns out borgs need pipes to be able to turn pipes by pulling them since they can't pick them up.
Also the pipe layer was broken (wasn't updated in last pipe upgrade). Now it works again!
- Added SSoverlays subsystem for compiling overlay lists and applying them to atoms in a controlled anti-lag subsystem.
- Added vars and procs to atom which should eventually replace all direct interaction with BYOND's /atom/overlays var outside the subsystem.
- Added OVERLAY_QUEUED flag to var/atom/flags bitfield.
- Added small framework for subsystem performance tracking. So far used only by SSoverlays
- Added admin debug command "Display overlay Log" to see performance stats mid-round.
* Adds defines for world.tick_usage
* This provides no useful benefit whatsoever, but /tg and Baystation12 have done it, so it will make porting future code easier if we do too. No real harm done either.