diff --git a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml index 703345dae2..f8543e4f6f 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/arachnid.yml @@ -11,10 +11,6 @@ - type: HumanoidAppearance species: Arachnid - type: Hunger - starvationDamage: - types: - Cold: 0.5 - Bloodloss: 0.5 - type: Thirst - type: Sericulture action: ActionSericulture diff --git a/Resources/Prototypes/Entities/Mobs/Species/diona.yml b/Resources/Prototypes/Entities/Mobs/Species/diona.yml index 2951f5b620..6371fb74eb 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/diona.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/diona.yml @@ -8,9 +8,6 @@ - type: HumanoidAppearance species: Diona - type: Hunger - starvationDamage: - types: - Bloodloss: 0.5 baseDecayRate: 0.0083 - type: Thirst baseDecayRate: 0.0083 diff --git a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml index ff94c70fe0..2c0ab1e15d 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/dwarf.yml @@ -6,10 +6,6 @@ abstract: true components: - type: Hunger - starvationDamage: - types: - Cold: 0.5 - Bloodloss: 0.5 - type: Thirst - type: Icon sprite: Mobs/Species/Slime/parts.rsi # It was like this beforehand, no idea why. diff --git a/Resources/Prototypes/Entities/Mobs/Species/human.yml b/Resources/Prototypes/Entities/Mobs/Species/human.yml index 51450cf3ff..d469d6c60f 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/human.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/human.yml @@ -6,10 +6,6 @@ abstract: true components: - type: Hunger - starvationDamage: - types: - Cold: 0.5 - Bloodloss: 0.5 - type: Icon # It will not have an icon in the adminspawn menu without this. Body parts seem fine for whatever reason. sprite: Mobs/Species/Human/parts.rsi state: full diff --git a/Resources/Prototypes/Entities/Mobs/Species/moth.yml b/Resources/Prototypes/Entities/Mobs/Species/moth.yml index 2d4f9b109f..199e99bef3 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/moth.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/moth.yml @@ -8,10 +8,6 @@ - type: HumanoidAppearance species: Moth - type: Hunger - starvationDamage: - types: - Cold: 0.5 - Bloodloss: 0.5 - type: Thirst - type: Icon sprite: Mobs/Species/Moth/parts.rsi diff --git a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml index 604f6411fe..bcad5d8920 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/reptilian.yml @@ -8,10 +8,6 @@ - type: HumanoidAppearance species: Reptilian - type: Hunger - starvationDamage: - types: - Cold: 0.5 - Bloodloss: 0.5 - type: Puller needsHands: false - type: Thirst diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index 7ca25d682b..dfb2dd3919 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -5,9 +5,6 @@ abstract: true components: - type: Hunger - starvationDamage: - types: - Bloodloss: 0.5 - type: Thirst - type: Icon sprite: Mobs/Species/Slime/parts.rsi