* added filled security webbing
* moved sec belt to loadout
* added webbing for head of security and warden
(cherry picked from commit b6d751eb70)
Signed-off-by: NullWanderer <56081759+NullWanderer@users.noreply.github.com>
- added an interior exit button to the xenoarch chambers
- added some extra wires in the engi outpost
- moved corpsman medicine locker
- gave det back their extra rubbers that somehow got deleted
- fixed maints above singulo not having power
- put a mass scanner on salv dock, gave them one handheld to start with
- gave perma a dinnerware crate and more instruments
- improved firing range (conveyors!!!)
* Add medical gloves to loadouts
* Realize I don't need to duplicate them
* Re-add extra lines
* I did it wrong...
* Format it back to how it was this time for sure
* For real this time
* ...
* Add sterile masks too
* I can't spell officer apparently
* Standardize order of where gloves are
* Add Nurse Hat to doctors
* Remove duplication of gloves and masks
* Remove extra space
* Name glove protos similiar to other ones
* Remove latex gloves proto from medical (sci has it)
(cherry picked from commit 58e21a8532)
Signed-off-by: NullWanderer <56081759+NullWanderer@users.noreply.github.com>
I love lobby code. Refreshing the entire jobs UI doesn't seem to cause issues. At least jobpriorityselector was my fault when I was far fucking stupider writing this shit.
(cherry picked from commit 9b1a8b07d7)
* LobbyUI fixes
I have no idea which were bugs prior but anyway fix stuff.
* More fixes
* Test moment
(cherry picked from commit fcd6c25242)
Signed-off-by: NullWanderer <56081759+NullWanderer@users.noreply.github.com>
Slight blunder on the loadout prototype being used and all the names aligning means playtesting didn't catch it earlier.
Ideally player spawning code wouldn't have sucked so I could add tests like I wanted but it is what it is.
(cherry picked from commit 9bc3e07628)
* SS14-26480 Roll Traversal Distorter into regular Artifact Analyzers
Bit of a grab-bag of cleanup of Xenoarchaeology prompted by #26480.
1. Traversal distortion biases are now "up" and "down" instead of "in" and "out".
2. Node generation has been tidied up to make it a little clearer how it works.
3. Traversal Distorters have been removed from the game along with their board.
4. Traversal distortion is now done by the artifact analyzers by default.
5. Some loc strings have been made clearer.
6. The Abnormal Artifact Manipulation tech has been made slightly cheaper.
7. The aformentioned tech is now localized as Artifact Recycling, given all it does is unlock the crusher.
8. The Xenoarchaeology guidebook entry has been given a bit of a rewrite, putting all information into
one page and making sure to cover the basics that otherwise would require someone typing "Liltenhead
artifact tutorial" into Youtube.
* Fix references to deleted guidebook entry
* Add fancy button to console because @EmoGarbage404 asked me to
* migration comprete
* Fixed a goober comment
* maint fails to resolve conflicts: more at 11
* Resolve PR comments
* Make UI nice
---------
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
(cherry picked from commit f059714a75)