Add a test for rejuvenating dead entities (#2433)

This commit is contained in:
DrSmugleaf
2020-10-29 14:11:11 +01:00
committed by GitHub
parent 20d60ed5d0
commit 60bee860cb
2 changed files with 54 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ namespace Content.Server.GlobalVerbs
/// Completely removes all damage from the DamageableComponent (heals the mob).
/// </summary>
[GlobalVerb]
class RejuvenateVerb : GlobalVerb
public class RejuvenateVerb : GlobalVerb
{
public override bool RequireInteractionRange => false;
public override bool BlockedByContainers => false;