* Add cooldown for unintentional emotes
* Oops, let's try that again.
- Adds a separate cooldown system for unintentional emotes.
- Unintentional emotes will fire audio at most once every 2 seconds.
- Emotes like deathgasp can override this out of necessity.
- Scream's is longer because...come on.
* The part that makes the rest of it actualy work
* Fixes up a few notable bugs with surgery
- Synthetic cavity implants now have a close step (oops!)
- Fixes up logic for intermediate surgery steps
* nah I'll deal with this later
* oops this was unused
* Initial commit
Fixes up surgery.dm
Adds some tool behavior
* More basic changes
* Checkpointing: this is a little gross right now
* Add signal COMPONENT_CANCEL_ATTACK_CHAIN
* Cleans up surgery initiator
* Mostly gets surgery (and canceling it) working
* Add abstract proxy surgery steps
Also adds them to organ manipulation
* Clean up most existing surgeries
* Rework organ openness, adds define for aborting a beginstep
* surgery works again, also implements retry defines
* fix surgery computer
* add limb repair to synth implant removal
* retry implant checks
* Clean up abductor surgeries as well as some other things
* A lot
- Reworks organ manipulation to use a series of surgery steps instead
- Fixes some runtimes with open hands
- Lets mito zero out the germ level while treating necrosis
- Adds a debug surgery tool
* add debug surgery tool, note some TODOs for later
* Add conditional check for surgeries repeating
* update surgery retry logic to make it more of a bonus
* Lets abductors automatically retry any failed surgery steps
* Rework robotic surgery to use abstract/proxy steps
* Bunch of bugfixes and more!
- Limb reattachment works properly now, you can just slap a limb onto a person
- If the limb isn't robotic, it'll be useless until the surgery is finished with a hemostat, though it might be enough to get the patient out of the OR.
* Remove more now-implicit checks
* Slight reorganization
* more fixes across the board
* Remove unused variable
* Trying not to lose my mind here
- Does away with can_run() entirely
- Cleans up visible messages in code
- begin steps should now all have ..() afterwards
- slime bone surgery should be fixed now
- more docs
* Robotic surgery is stoppable with a crowbar, all surgery can_start now checks parent
* Fix some broken robotic typepaths
* Typepath fixes, do away with some last TODOs
* Forgor
* Last cleanups before we go gold
* jk lol
* Make early surgery termination clearer
* More "last" cleanups
* Fixes tool flags, surgery initiation
- Fixes surgery not being startable by sharp objects
- Moves surgical tool flags to item traits
* Clean up surgery cancellation, especially for borgos
* I think this should GC better
* Apply suggestions from code review
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
* Status is now step number
* Add a 20% chance to find nothing during organ manipulation
* Improve documentation, make forced_surgery a normal arg
* Charlie's reviews
* Why are abductors like this
* Little more verification, ensuring limb augmentation and organ manip healing work properly
* Fix torso organ manip being unfinishable
* Fix cavity implants, open-hand/any item steps
* Make sharp objects not try to start an operation with help intent
* Comments, quick target fix
* Re-order list so advanced bruise pack is pulled first
* Make surgical gripper function like an open hand
* Make mito only use one unit per organ for now
* Check if user is on operable surface before trying to operate
* Reduce admin logging
* Fix some bugs that appeared during the testmerge
- you can no longer start robotic surgeries with a scalpel (lol)
- you can now cancel surgeries on the first step after I fixed some bugs that I introduced (woo hoo)
- Synthetic limb attachment is now combined into a single startable surgery step, though still retains the fun flavor of both
* Swats some more bugs
- (hopefully) fixes a huge source of runtimes where we tried to check if we could run surgeries before checking if the surgery used an organ
- In doing so, moves the logic for determining if a surgery can start to the mob-level
- Fixes robotic reattachment surgery not working
* multi-bug drifting???
- Fixes a bug where a branching surgery with an any tool option could possibly override a step with a matching tool
- Fixes some intermediate surgeries failing due to not having specified possible_locs
* A few more fixes
- Fixes any surgery tool steps again
- Fixes cavity surgery again
* Hopefully fixes getting stuck in robotic organ manip
* Remove extra parent call
* Steel review
* Steel review
* Fix spacing for possible locs
* Roundstart traits
* Advanced surgical traits and other hal fixes
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
* Initial commit
* Removes ability for AI/door remotes to interface with cmagged doors
* Adds cleaning method, fixes windoor functionality, makes cmag slippery
* Cleaning cmagged doors checks for remaining space cleaner, cleanup
* Reduced TC cost from 6 to 4, fixed small bug
* Code review super happy funtime
* Adds cooldown to cmag airlock chuckle
* Cleanup, cmag door laugh no longer sounds through walls (again)
* Prevents blank spare IDs from passing through cmagged airlocks
* Cleanup
* Cmagged state is now carried by a trait instead of a global var, cleanup
* Adds early return that I missed, fixes small bug)
* Rework disease outbreak
* Better dchat message
* Mary had a little lamb
* no symptoms for carriers
* Review Fixes part 1
* Review Fixes part 2
* Review Fixes part 3
* Lowers mundane disease probability
* Mundane disease can only happen once
* Improved naming/dchat message
* subtypes!
* space
* fix diseases overwriting each other
* SPAAAAAACE
* dchat message fix
* no initial
* give verb rework ; adds a hotkey for give
* moxian review
* Adds new alert sprite shown to item giver
* Converts offering item trait to a status effect to facilitate the new alert
* Update screen_alert.dmi
* Add a `/datum/proc/signal_qdel()` helper
To cut down on copy and paste. Fixed alert flash icon not having transparency.
* lewcc review
* farie review and other fixes
For some reason my alert flash sprite no longer had an empty frame at the end so it would reach the end of the animation and be a solid yellow outline instead of invisible.
Touched screen_alert.dmi to fix that.
* reverts the addition of the give hud icon, restores give verb
I realized that making a new hud icon button would require multiple hud icons for each hud theme (the red one, green one, white one, etc.). I'm not prepared to do that much work right now.
* Update code/modules/mob/living/carbon/give.dm
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
* Atmospherics refactor
* META(GAMING)
* Cleanup
* RPD hotfix
* Fox review
* Do this
* Well that escalated
* Repath these
* Ah yes, scope creep
* Remove this comment
* Regression #1
* wip
* goodbye two pizzas
* commit to pizza time
* pizzaaaaaaaa
* getting there
* hopefully final
* pizza
* do you like me now CL?
* Update code/modules/food_and_drinks/recipes/recipes_oven.dm
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
* fixing suggestions
* Update paradise.dme
* back on track
* removing tablecrafting recipies, switch back to oven recipeis
* remove unused raw pizza sprites
* re-add KalevTait's suggestion
* fix merge conflict
* merge conflict fix i guess???
* i swear if this is still conflicted
* fixing trailing newlines
* moves parent calls
Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
* startup, expect like 50 unneeded icons, not bug free™️
* Hope works. Cloak works. Buffs for AI controlled. Faction fix.
* map speed buffs, fixes resummon health decay
* Adds roles. Adds Mirror walk. Nerfs revival, especialy for non antag summoned.
* I am denser than bluespace ore
* x2 antag cooldown, update desc for cloak
* removes 66% burn damage resist from elites
* honestly just knock that down
* herald not speaking right, fuckup with max hp fix
* Thanks hal!
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
* changes, changes, and more changes, oh my!
* Update code/datums/status_effects/buffs.dm
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
* GC stuff
* oh, and just one more thing
* no gibtonite gaming
* Huston we have a FUCKING PROBLEM
* oopsy doopsy
* but just one more thing (again, gc stuff)
* Lets all elites speak their mind
* NO LAVA
* grab ghost, legion charge red.
* dust the dusting from the code
* no mirror cargo shuttle crossing
* need to stop making small changes, x2 broodmother
* herald no longer crashes the MC
* Lower broodmother cooldown, herald down 5 brute and , legionare gets more smoke and thermals, pandora gets chasers
* remove extra brackets, x 2 on aoe squares
* pandora now respects factions
* fixes teleporting to tumor if reactivated by someone else. Herald has light, boost elites make message
* requested changes
* mirroring a wanted change
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
* this better be the last red crosses
* cmo icon
* just going to fix the cmo icon while i am here
* revents spawner icon changes
* defines blob colours