* lawsets update
* Revert "lawsets update"
This reverts commit a68ddcb9ee.
* Lawsets update
* Remove quotes on ai module names
* fix map file
* Fix coding style
* Update hippocratic per review
Co-authored-by: Sean Williams <06sean@gmail.com>
* Update hippocratic per review
Co-authored-by: Sean Williams <06sean@gmail.com>
* Update hippocratic per review
Co-authored-by: Sean Williams <06sean@gmail.com>
* Fix merge conflict
* Update code/game/objects/items/weapons/AI_modules.dm
Co-authored-by: dearmochi <shenesis@gmail.com>
* Add a pilot seat to the ERT shuttle
* Revert "Add a pilot seat to the ERT shuttle"
This reverts commit 676bfa7d03.
* Update MetaStation.dmm
* deconflict
* Update code/game/objects/items/weapons/AI_modules.dm
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Co-authored-by: Sean Williams <06sean@gmail.com>
Co-authored-by: dearmochi <shenesis@gmail.com>
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
* Makes toy figures tiny and refactors the code behind it
* Apply suggestions from code review
Co-authored-by: dearmochi <shenesis@gmail.com>
* atom_say and capitalize names
* Web edit baby
* Merge conflict fixes
* Init instead of New
* prize_ball instead of mechball
* prize_ball should not be a figure. Revert but keep the Init change
Co-authored-by: joep van der velden <15887760+farie82@users.noreply.github.com>
Co-authored-by: dearmochi <shenesis@gmail.com>
* Circuit Names Refactor
* Some review stuff
* now with less runtimes
* Machine Boards and Computer Boards
* Only a little late
* YouTool fix
* Resupply crate too
* Supplycomp board
I'll do the other stuff tomorrow
* Computer Frame Refactor
Plus also removing the HONKputer to avoid a conflict.
* Don't need this diff anymore
* Update navigation_computer.dm
* V7
* Update navigation_computer.dm
* All instances
* Added explainers
Seems this is done some places, seems nice and easier to understand with em
* Updated name
* Change Variable name
Changed as per advise of Fox
* Alphabetize items in debug equipment selection menu.
* Rename some outfits to group them together in the selection menu.
* Farie's suggestions
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
Co-authored-by: Farie82 <farie82@users.noreply.github.com>
* Ghost manifest is tgui now
* moved to tgui modules
* Delete crew_manifest.dm
* global
* ghost -> nologo
* sorry mr. tgui, i forgot about you again
* Jade review + more trimming
* lobby and silicons get some love
* bye bye, all traces of old manifest.
* renamed
* Stuff
* Grammar reviewer review
Co-authored-by: Sean Williams <12197162+S34NW@users.noreply.github.com>
* Shuttle call HTML fix
And multiline announcements too, à la #15645.
The clean_input() was causing the message to be encoded twice, and only decoded once. Removing it still encodes the string.
* Loadout revert
Co-authored-by: Sean Williams <12197162+S34NW@users.noreply.github.com>
* 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>