Delta-v/Content.Server/GameObjects/Components/Power/ApcNetComponents
ZeWaka 75c4ed6a09
Makes lightbulbs destructible (#2955)
* Renames WindowBreak soundCollection to GlassBreak

* Implements destructible lightbulbs
moved the parent to the top as well

* Fixes the old `glassbreak` soundCollection, renames it

* Deletes the windows.yml version of glassbreak

* Fixes the sound for bulbs being thrown

* Removes name from abstract lightbulb

* Implements IDestroyAct for lightbulbs

* Implements onBreak for lightbulbs

* Lights get damaged by getting hit and throwing

* Lights now have an intermediate 'broken' state before destruction
2021-01-09 02:06:36 +01:00
..
PowerReceiverUsers Makes lightbulbs destructible (#2955) 2021-01-09 02:06:36 +01:00
ApcComponent.cs APCs now require engineering access (#2795) 2020-12-22 13:08:35 +01:00
BaseApcNetComponent.cs Power Rework (#863) 2020-06-28 17:23:26 +02:00
PowerProviderComponent.cs Fixes ApcNetTest (#2895) 2021-01-03 03:48:33 +01:00
PowerReceiverComponent.cs Replaces AnchoredChanged C# event with ComponentMessage (#2905) 2021-01-05 15:32:59 +11:00