From 997f9cfdda88d53b261bca8cad7eb2d0b80dc74f Mon Sep 17 00:00:00 2001 From: Uristthedorf <40842973+Uristthedorf@users.noreply.github.com> Date: Sun, 5 May 2024 11:54:28 -0700 Subject: [PATCH] Update arachnid.dm --- .../mob/living/carbon/human/species_type/arachnid.dm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/monkestation/code/modules/mob/living/carbon/human/species_type/arachnid.dm b/monkestation/code/modules/mob/living/carbon/human/species_type/arachnid.dm index bc6c6ab1ccbc..91b57f0875a0 100644 --- a/monkestation/code/modules/mob/living/carbon/human/species_type/arachnid.dm +++ b/monkestation/code/modules/mob/living/carbon/human/species_type/arachnid.dm @@ -84,6 +84,12 @@ SPECIES_PERK_DESC = "Arachnids cannot equip any kind of eyewear, requiring \ alternatives like welding helmets or implants. Their eyes have night vision however.", ), + list( + SPECIES_PERK_TYPE = SPECIES_NEGATIVE_PERK, + SPECIES_PERK_ICON = "fist-raised", + SPECIES_PERK_NAME = "Insectoid Biology", + SPECIES_PERK_DESC = "Fly swatters and pest killer will deal significantly higher amounts of damage to an Arachnid.", + ), ) return to_add