-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update newmaps branch #16
Conversation
Adds a check during wielding to see if the code is running clientside, and if so skip the part responsible for creating the virtual items. This is necessary because TrySpawnVirtualItem is blocked from running clientside, so trying to spawn the virtual items for wielding causes the client to always believe the wield has failed. This erroneous failure leads to the display of incorrect feedback until the server's successful wield attempt makes it to the client. The added check prevents wielding from failing in this way and therefore allows the client to behave as expected.
Update play time on admin panel player tab after db loads
Make Drozd and C-20r not unwield on use
These contain restocks for multiple vendors, so change the name and description to reflect this.
… on (#28768) * uh... * fix * alright, there we go * Revert "alright, there we go" This reverts commit 448180bfa58cc24c42a4d59ef34c017b9941f37b. * Make lasers not hit certain objects and lying mobs unless clicked on * comment * Update Content.Server/Weapons/Ranged/Systems/GunSystem.cs * an l vanished? --------- Co-authored-by: metalgearsloth <[email protected]>
Add trailing comments on multiline lists.
* Move SleepingSystem to Shared & cleanup * Remove empty OnShutdown handler
gives it gatheringprojectile
* Add robo control comp, also de-reinforce a lot of walls. * Add Accordia Evac shuttle for Oasis. * Revert "Add robo control comp, also de-reinforce a lot of walls." This reverts commit b6be6b616aa9732b81e02bed76e3c9ae103cf7cb.
* prevent people being pulled from uncuffing themselves * block -> modify duration
Co-authored-by: deltanedas <@deltanedas:kde.org>
adds 2 new space ruins
Replace seconds with minutes
* Fix RoleLoadout equality Knew it was janky but thought SequenceEqual was better than it is so we just do it manually. * Also implement this
* Don't use invalid defaults for loadouts At the time it made more sense but now with species specific stuff it's better to have nothing. * Loadout SetDefault only applies valid loadouts
* Fix incorrect usage of loc string * Make it so you can no longer ahelp someone who is no longer selected
Fix github actions tests
Give NTR Centcom Access
Added Centcom Backpack for Nanotrasen rep
Thank you for contributing to the Space Station 14 repository. Unfortunately, it looks like you submitted your pull request from the master branch. We suggest you follow our git usage documentation You can move your current work from the master branch to another branch by doing |
RSI Diff Bot; head commit f7153ec merging into f9ea449 Resources/Textures/Mobs/Animals/hamster.rsi
Resources/Textures/Mobs/Animals/mouse.rsi
Resources/Textures/Clothing/OuterClothing/Suits/witchrobe.rsi
Resources/Textures/Clothing/Shoes/Boots/moonboots.rsi
Resources/Textures/Goobstation/Clothing/Back/Backpacks/centcom.rsi
Resources/Textures/Objects/Devices/communication.rsi
Resources/Textures/Objects/Misc/meteor.rsi
|
About the PR
Why / Balance
Technical details
Media
Breaking changes
Changelog