* Close UI for all players looking into a storage inside a locker
* Moves the check to objects/item/weapons/storage
Also removed the code from objects\structures\crates_lockers\closets.dm
* Keeps UI open for the mob itself, when they should
Also removed code from attack_hand that conflicted with forceMove. That behaviour is being handled from the forceMove instead of from attack_hand.
* Weapon names
* Assault rile
* More #coding_chat tweaks
Realistically changing the typepath here is out of the scope of this PR, but it's such a small change and I'm editing the item already so... probably not worth making an entire separate PR for.
* Missed these
* robot_module refactor
* some fixes
1. adds medical stacks of 25 for the syndi medical borg
2. fixes various construction steps that weren't using `use()` or `get_amount()`
* review tweaks + other stuff
1. Makes a bunch of for loops into istypeless loops
2. Adds a readout of the current out of stacks a borg has, in the status panel
3. Slightly reorganizes the medical, syndi medical, engineering and syndi engineering cyborgs items
* fixes after upstream merge
* blank line for travis
* fixes and improvements
1. Fixed welder icon's not updating periodically if you were charging in a borg recharger
2. Fixes solar panels dropping /cyborg type glass when they were deconstructed.
3. Band-aid fix (incase #2 doesn't fix this) for cyborg stack's `source` var being null which resulted in tons of "cannot read null.energy" runtimes
* more fixes + constructable frame runtime fix
* removes toy sword placeholder
remove comment
* remove these as well
* .amount to .get_amount(), really should have done this before
* refactors robot_upgrades to work with the new system
- more cleanup
- adds documentation
- fixed a bug I made where you could delete your robot stack via crafting
* moves some unemag logic to the module file, makes more loops typless
* farie review
* fox review
* affected review and more TM bugfixes
* fixes comment
Co-authored-by: SteelSlayer <SteelSlayer@users.noreply.github.com>
* Refactor V1
* And this too
Three commits already
* Review stuff
* hecking invisible runtimes
* Cleanup and Documentation
This part is NOT intended to be a refactor.
I just figured why not go through everything since I'm already messing with it.
* Hopefully got all of the . = ..()
Also fixed a massive bug that I somehow didn't notice.
Co-Authored-By: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
* for() loops
Pretty sure I got everything.
Cutoff point is 4 items.
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>