diff --git a/Resources/Prototypes/_Mono/Entities/Mobs/Chimera/biomass.yml b/Resources/Prototypes/_Mono/Entities/Mobs/Chimera/biomass.yml index 5883e1b2775..a58f282e8d9 100644 --- a/Resources/Prototypes/_Mono/Entities/Mobs/Chimera/biomass.yml +++ b/Resources/Prototypes/_Mono/Entities/Mobs/Chimera/biomass.yml @@ -80,7 +80,24 @@ - Chimera - ChimeraFloor - Meat - # Forge-Change + # Forge-Change-Start - type: NpcFactionMember factions: - Chimera + - type: Reactive + groups: + Flammable: [Touch] + Extinguish: [Touch] + - reagents: [Mesotaxinide] + methods: [Touch] + effects: + - !type:HealthChange + scaleByQuantity: true + damage: + groups: + Burn: 6 + Brute: 7 + types: + Caustic: 20 + Cellular: 5 + # Forge-Change-End diff --git a/Resources/Prototypes/_Mono/Reagents/medicine.yml b/Resources/Prototypes/_Mono/Reagents/medicine.yml index 04f68e261bc..49a7894a33e 100644 --- a/Resources/Prototypes/_Mono/Reagents/medicine.yml +++ b/Resources/Prototypes/_Mono/Reagents/medicine.yml @@ -93,6 +93,10 @@ flavor: medicine color: "#437ca8" worksOnTheDead: true + # Forge-Change-Start + tileReactions: + - !type:CleanTileReaction { } + # Forge-Change-End metabolisms: Medicine: metabolismRate: 0.25 @@ -227,4 +231,4 @@ key: ClawsGrowthSuppression component: ClawsGrowthSuppression time: 10 - type: Add \ No newline at end of file + type: Add