* fixes two runtimes
* .
* split that proper
* Fix indentation in handle_removal function
* .
* Update personal_shield_generator_vr.dm
* yuck
* Remove power supply handling for active weapon
* .
* .
* trithium
* needs to be here
* Update personal_shield_generator_vr.dm
---------
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
* Food Synthesizers
Initial port, need to figure out what madness you people have done to tgui... and sprite sheets.
At this moment, it compiles but I haven't tested it yet. Too eepy
* iconforge spritesheet nonsense
* Cleaning up tgui menu
full disclosure, After six plus hours of trying to figure out how to do the spritesheets and the tgui stuff I just gave up on this particular bit and threw it into Gemini for a looksie over.
As it's originally my code I figure it's worth at least a reasonable proof read. The side-by-side comparison is pretty wild.
* Passes tgu-lint building
* Appease Gripe err Grep checks
* Oh these for the grep as well whoops
* Sorts out the backend
also piss off linter check, it's COMMENTED OUT aaaaaaaaaa.
* changes from will
* changes from will and some UI splitting, needs proper testing and final adjustments
* passadata
* .
* can be combined
* .
* ml={1}
* id
* Crew category
* id handling
* .
* more cleanup
* smaller cleanup
* why not
* deps up, minor tgui core fix
* timer
* .
* .
* missed to put that back
* order
* this
* Change preference category for foodsynth cookies
* Enforce south facement for cookie image
* Maurice I am no longer asking
* .
---------
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
* Horror modifier adjusments
Removes nutrition drain
Makes it so your organs mutate every 200 seconds you've been under it instead of checking life ticks.
Makes it so only 1-2 organs get replaced per 200 seconds instead of 2-3
Makes redspace injection chance much lower (3%->0.5%)
Makes it so you won't repeatedly stab someone with fleshy spread if they already have it.
Makes exiting battle stance while infected a bit better.
Armor now lasts 1 minute. Lowers after 1 minute if health and the such is fixed.
Allows using bruise/ointment on changeling flesh armor...it's flesh and an extension of them.
Makes the fleshy virus chance of organ mutation from 5 to 0.5
Fixes GBS to be actually curable.
Implements COMSIG_ITEM_ATTACK_ZONE and COMSIG_ITEM_ATTACK
* Update redspace_corruption.dm
* Update vorestation.dme
* Update horror.dm
* Makes trasheating more generous
* Redo this
* Update trash_eating.dm
* Update trash_eating.dm
* Update trash_eating.dm
* Expansion
* Fixes PDA eating
* Change the name of adminbus_trash
* Initial dept goal stuff
* missing round stat
* voregoals to separate file
* use length()
* admin verbs to modern
* Department goals UI
* updated
---------
Co-authored-by: Guti <guti23400@gmail.com>
* Shock Absorb flag
* Cleans up unused species var
* Update species.dm
* FOotsteps
* Update footsteps.dm
* Update footsteps.dm
* Flash fix
* Update flash.dm
* Update human_powers.dm
* Gets rid of unused var
* Unused variable
* Update gun.dm
* Unused var
* grr
* Get rid of duplicate define
This was overwritten by the 70 below.
* Consolidate these
* Update species_helpers.dm
* lets get the foundations right
* collapsing
* more cleanup
* coordinator
* more cleanup
* put those in a better place
* awa
* these live in config now
* that too
* cleanup
* changed over
* cleanup
* more cleanup
* oop
* Cleanup
* deargod
* sanity achieved
* cleanup stuff
* cleared duplicated hud code
* documenting
* clarify
---------
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
* Fixes accessory removal
* Fixes partslathe
* Fixes a bug where field gen would be annihilated by windows
* Small runtime fix
* Fixes a robot runtime
* easter egg
* no coggers
* Update mop.dm
* Update antagonist.dm
* Update antagonist.dm
* Update partslathe_vr.dm
* Update mop.dm
* Borg hat framework
* Change defines
* .
* Fix
* Change
* Rest of them
* Delete hat
* Actually just drop it
* Change
* .
---------
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
* WIP swoopie fix
* no self suck
* Update vacpack.dm
* Update vacpack.dm
* Update vacpack.dm
* fixes CPR on self
* Fixes shoes
* Fixes leash issue
Fixes#18979
* Fixes looping sounds
Fixes it so that if a looping sound returns NULL or FALSE for its get_sound (i.e. geiger counters) they don't play(), meaning they don't send a sound that motion tracking can see.
* Makes paralysis and stunned count for incorp movement
* Fake flowers
* Fixes borg items turning brown
* Update industrial_reagent_waste.dm
* teshari rigfix
* Fixes urns and cyborgknives
* Update find_spawning.dm
* Makes telecube spawn mated
* Update inducer_vr.dm
* Update find_spawning.dm
* Fixes drop everything admin command
* Adds strip mine
* Update robot.dm
* typooo
* flarefix
* Update find_spawning.dm
* Makse archaeological_find abstract
This only spawns if a runtime occurs
* curse of medical
* no benefit
* fix that
* fix
* small fixes
* small tweaks
* fix
* fix
---------
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Adds a check to make sure the target of help intent passing isn't the same person. This was preventing the interaction of tossing items and held mobs at yourself to initiate spont vore.