Healing component and Medkit (#143)
Medkit to heal yourself and your buddy known issues: - [ ] it doesn't restore screen effects that happens when health status go into crit and dead
This commit is contained in:
committed by
Pieter-Jan Briers
parent
96868625cb
commit
3b40b4aafa
@@ -141,6 +141,7 @@
|
||||
<Compile Include="GameObjects\Components\Power\PowerDebugTool.cs" />
|
||||
<Compile Include="ServerNotifyManager.cs" />
|
||||
<Compile Include="StatusShell.cs" />
|
||||
<Compile Include="GameObjects\Components\Healing\HealingComponent.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj">
|
||||
@@ -183,4 +184,7 @@
|
||||
<Compile Include="GameObjects\Components\Construction\ConstructorComponent.cs" />
|
||||
<Compile Include="GameObjects\Components\Construction\ConstructionComponent.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="GameObjects\Components\Healing\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user