zumorica
3029e31e4a
Merge branch 'master' into 2020-04-28-tool-component
...
# Conflicts:
# Content.Server/GameObjects/Components/AnchorableComponent.cs
# Content.Server/GameObjects/Components/Gravity/GravityGeneratorComponent.cs
# Content.Server/GameObjects/Components/Interactable/Tools/CrowbarComponent.cs
# Content.Server/GameObjects/Components/Power/PowerTransferComponent.cs
# Content.Server/GameObjects/Components/WiresComponent.cs
# Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs
# Resources/Prototypes/Entities/Items/tools.yml
2020-05-23 12:02:34 +02:00
chairbender
6a4d78cfac
Add interaction checks to all interactions ( #923 )
2020-05-23 11:27:31 +02:00
zumorica
06d2cc74ed
Refactor a bunch of stuff.
2020-05-19 14:17:48 +02:00
zumorica
94491e9626
Cleanup code a little.
2020-05-11 15:40:33 +02:00
zumorica
ff5549a0d1
Finish refactoring tools. Add multitools. (as in multiple tools in one)
2020-04-29 13:48:32 +02:00
Pieter-Jan Briers
f3f05b0396
Correctly implement opening animation for airlocks with open maintenance panel.
2019-10-14 00:20:01 +02:00
Pieter-Jan Briers
d113a738de
Make Airlock hacking shut power to the entire PowerDevice.
...
This makes the power device report as "not powered" in the examine tooltip.
2019-10-13 18:29:57 +02:00
Pieter-Jan Briers
445e88cce8
Airlocks do not self close when depowered.
...
Fixes #390
2019-10-13 17:13:16 +02:00
Pieter-Jan Briers
370f4e140d
Using crowbar on powered airlock returns true on attackby.
...
Fixes #388
2019-10-13 16:56:43 +02:00
Pieter-Jan Briers
be9dc90738
Disable unlit layers on unpowered airlocks.
...
Fixes #389
2019-10-13 16:39:21 +02:00
DamianX
b496e8ef29
Fixed airlock maintenance panel showing when the airlock was open ( #346 )
2019-09-18 22:12:35 +02:00
DamianX
36078382e4
Airlock hacking ( #329 )
...
* Airlock hacking
* Added status text
* Whoops don't need this
* Update Content.Server/GameObjects/Components/Doors/AirlockComponent.cs
Co-Authored-By: Pieter-Jan Briers <pieterjan.briers@gmail.com >
* ComponentReference ServerDoorComponent
* Suggested name
2019-09-06 10:05:02 +02:00