Flashlights now run off a power cell. (#121)

* Flashlight runs off a power cell now.

* Cleanup
This commit is contained in:
Pieter-Jan Briers
2018-11-11 20:05:09 +01:00
committed by GitHub
parent 51bc17f76d
commit 4720182cf4
3 changed files with 112 additions and 16 deletions

View File

@@ -99,6 +99,7 @@
<Compile Include="GameObjects\EntitySystems\Click\ExamineSystem.cs" />
<Compile Include="GameObjects\EntitySystems\Click\InteractionSystem.cs" />
<Compile Include="GameObjects\EntitySystems\DoorSystem.cs" />
<Compile Include="GameObjects\EntitySystems\HandHeldLightSystem.cs" />
<Compile Include="GameObjects\EntitySystems\HandsSystem.cs" />
<Compile Include="GameObjects\EntitySystems\PowerApcSystem.cs" />
<Compile Include="GameObjects\EntitySystems\PowerSmesSystem.cs" />