Maybe
This commit is contained in:
@@ -32,6 +32,9 @@ namespace Content.Server._White._Engi.PacifiedOnChaplainAction
|
|||||||
|
|
||||||
private void Action(PacifiedOnChaplainActionComponent component, EntityUid target, EntityUid user)
|
private void Action(PacifiedOnChaplainActionComponent component, EntityUid target, EntityUid user)
|
||||||
{
|
{
|
||||||
|
if (!HasComp<PacifiedOnChaplainActionComponent>(target))
|
||||||
|
return;
|
||||||
|
|
||||||
var popup = "";
|
var popup = "";
|
||||||
|
|
||||||
if (HasComp<PacifiedComponent>(target))
|
if (HasComp<PacifiedComponent>(target))
|
||||||
|
|||||||
Reference in New Issue
Block a user