* Solar Flares
* fixup
* SSsun
* convert solar flare to a /datum/weather
* AA request
* shock chance for APCs = 5% per 2.5M of power in grid
* refactor
* farie suggestions
* farie suggestions 2
* reduced maximum length from 15m to 10m
Co-authored-by: Kyep <Kyep@users.noreply.github.com>
* cling click refactor
* uses middleClickOverride instead
* remove old click_intercept
* this also doesn't need to exist anymore
* wording
* this is more efficient so we don't have to keep New'ing and qdel'ing the datum
* Initial stuff
* Lots of small changes to get this functional
* Objective aspect works
* Fancy sound and icons
* Polishing, tweaks, branch update
* Incorporates review comments, fixes merge conflcits, updates branch.
* Made it work again, after another rebase
* Rudimentary tgui port, UI needs serious prettying up but is functional
* Much prettier TGUI with slider
* More TGUI improvements
* removes code I have absolutely no memory of writing that seems useless
* code cleanup
* Review comments incorporated
* autodoc
* one more autodoc comment
* more review comments
* filler change
* Forgot one
* return value on delete fix
* disregard that, this is better
* now using qdel_list
* Crate now comes with instructions
* adjusted instruction wording
* tgui messed up, fixed now
* Uplinks
* Main menu + Status display control
* Signaler + Homescreen Fixes
* TGUI Power Monitors
* PDA Power Monitor
* PDA Medical Records
* PDA Security Records
* PDA Secbot Control (Pain)
* PDA Mule Control (I hate this system)
* PDA Supply Records
* PDA Janitor Locator
* PDA Notekeeper
* PDA Manifest
* PDA Atmos Scanner
* Steel pass 1
* PDA Messenger
* Removes browserPDA-era icons
* PDA Nanomob (Why do we still support this thing)
* Fixes random power monitor quirk
* More steel tweaks
* Even more steel tweaks
* TM Tweaks Round 1
* \ref --> UID()
* Styling
* Adds clear_scanner as a verb
* Changed 'spawn()' to 'addtimer()'.
Also made the 'ding' sound a bit quieter.
* Some 'attack_self()' refactoring
* Some 'print_scanner_report()' refactoring
* Some 'scan()' refactoring
* Changes 1 & 0 to TRUE & FALSE
* and the rest of them
* Review fixes
Moved 'lowertext()', removed implied src,
changed '\the [target_name]' to '[A]'.
* Changed 'clear_scanner' from a verb to an action
* Made 'print_forensic_report' its own action
Don't want reagent scanners getting the same icon
* More cleanup
* first commit. combos, CQC started
* CQC working
* All transfered to new system
* The actual bug fix
* add time in between combos
* time between combos limit and minor explaination tweak
* Krav maga fixes, time change. Minor text changes
* Move martial_art to mind
* Merge mistake fixed
* Steels review changes
* Basis
* Make most targeted spells use a click with radius instead of a list
* Fixes
* Selection code
* return ..()
* Auto targeting
* Forgot a comment change
* Merge issue fix