Fix two action bugs (#6909)
This commit is contained in:
@@ -24,6 +24,7 @@ namespace Content.Server.Ghost.Components
|
||||
Icon = new SpriteSpecifier.Texture(new ResourcePath("Interface/Actions/scream.png")),
|
||||
Name = "action-name-boo",
|
||||
Description = "action-description-boo",
|
||||
CheckCanInteract = false,
|
||||
Event = new BooActionEvent(),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user