* Hardsuits and softsuits count as having shoes for step triggers
* Add softsuit tag prototype
* Change to suitEVA tag
* Get rid of softsuit tag, found suitEVA tag
* Full pass of ShoesRequiredStepTriggerImmune
* Adds check to outerClothing for ShoesRequiredStepTriggerImmune
* return
* fuck Dionas
* Convert to comp, space dragons immune as well
* Merge conflict
* Merge conflict
* fix leftover tags
* empty spaces
* turns out the dragon didn't need it
* minor optimization
* Add access for system, add comp to baseShoes, check slotflags for every slot besides pockets
* fix
* fuck it we ball
---------
Co-authored-by: Plykiya <plykiya@protonmail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
* feat(fax): Client fax file-print parses and stores label
* feat(fax): Fax machines print, copy, and send paper labels
* style(Fax): Comments and formatting
* feat(fax): Make fax admin logging more consistent and clear
* refactor(fax): Replace ternary with a simpler null coalescing
* refactor(fax): Make FaxSystem Send method signature consistent with Copy, PrintFile
* refactor(fax): Read entire file and process later instead of peeking first
* refactor(fax): Remove local variables only used for style
* style(fax): Fix some nearby style errors
* fix(fax): Undo an inaccurate change to admin log formatting
* refactor(fax): Separate `firstLine` variable
* fix(fax): Use Environment.NewLine
* bienvenidos
---------
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
* moved from 9 sheets of glass to 5 sheets of glass for all circuit recipes
* Revert "moved from 9 sheets of glass to 5 sheets of glass for all circuit recipes"
This reverts commit 45bb8d40150cddbbe005f5d66d34532b79143f98.
* adresses merge conflict
* fixed error
* parents base computer board to base machine board
* Revert "parents base computer board to base machine board"
This reverts commit dec3a799a90b4a0cb121b6694ecf65d9a0abd6a3.
* other thing was causing errors, guess it's this now
* Added localization of groups and types: damage, metabolism (displayed in the guide book). The text for the health analyzer, weapon damage inspection is now taken from damage prototypes
* fix damage tests
* fix damage test yml
* fix damage test prototypes
* Update Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs
* Update Content.Shared/Damage/Prototypes/DamageTypePrototype.cs
---------
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
* Fix handlabeler/utility belt misprediction
* Partly moved HandLabelerSystem to shared
And cleaned up HandLabelerComponent
* WIP format the files so later commits look clearer
Doesn't change individual code lines, but may move
functions to another file
* WIP some more code movement
* Hand Labeler is now mostly predicted
Only the UI isn't
* WIP: Formatting and moved stuff
* Using componentstates for prediction correction
* review
* Update label on label change
* Don't overwrite label while editing
---------
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
* Change emag recipes to print mags instead of single ammo
* Get rid of useless single ammo printing recipes
* Add in submachine gun mags
* missing magazine shotgun beanbag in nonlethal research
* Sort lathes that use ammo crafting recipes alphabetically
---------
Co-authored-by: Plykiya <plykiya@protonmail.com>
* Resprites the captain's antique laser pistol
* Adds artist credit
* Improves icon outline and shading
* Replaces new sprites with something more resembling the in-game version
* Update Displacement Map Visualizer.lua
* Add files via upload
* Fix background layer being offset
This was caused by not taking the cel's own bounds into account.
Aseprite doesn't make an image layer "full size" if it only covers a
small part of the sprite.
---------
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
* Rodents can be Faxecuted (executed via Fax machine)
* use brute instead of new group.
* fax visuals now use tags for mouse and hamster instead of comps
* fix for ubuntu, damn ubuntu bane of my life
* cant copy hamlet, can now faxecute mothroaches.
* fix
* fix
* fixes
* removed ifs now using switch, removed hastag now using string.
* fixes and no more switch
* cleanup
* more cleanup
* fix
* cleanup
* moved damage out of faxmachine and into own system and component.
* changes
* fixes and done i think.
* tidy
* Fixes
---------
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
* Add a handy security radio
I've always wanted to have a handy security radio in game and I thought it would be cool to have one in game.
Demonstation can be found in here: https://youtu.be/VQOLiTQAmKc
* Merged radio files and changed sprite location
* Fixed RSI not having license and copyright
* Added a chance to spawn in security closets
All security closets will have 50% chance to spawn a handy security radio in it
* Update radio id
Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com>
* Change id in locker spawn
* Change id in locker spawn
* Changed id to RadioHandheldSecurity as suggested
* Add radio to vending machine instead of locker
Removed radio from lockers and added it to security vending machine
* Fixed radio not having a sprite
---------
Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com>