* yml * yml fixes * cs * document regression * comment * organs fix * diona consistency * push --------- Co-authored-by: iaada <iaada@users.noreply.github.com> Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
11 lines
312 B
C#
11 lines
312 B
C#
using Content.Shared.Nutrition.EntitySystems;
|
|
|
|
namespace Content.Server.Nutrition.Components;
|
|
|
|
/// <summary>
|
|
/// This component allows NPC mobs to eat food with BadFoodComponent.
|
|
/// See MobMouseAdmeme for usage.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed partial class IgnoreBadFoodComponent : Component;
|