i'm not mad. please don't put it in the newspaper that i got mad. (#16890)

This commit is contained in:
RustingWithYou
2023-12-07 02:04:42 +00:00
committed by GitHub
parent 45c755185d
commit 87307ac3c0
3 changed files with 47 additions and 4 deletions
@@ -271,11 +271,12 @@
)
natural_armor = list(
melee = ARMOR_MELEE_SMALL
melee = ARMOR_MELEE_MEDIUM
)
brute_mod = 0.65
burn_mod = 1
brute_mod = 0.4
burn_mod = 1.25
pain_mod = 0.75 //thick carapace, getting hit doesn't hurt them as much
oxy_mod = 1
radiation_mod = 0
toxins_mod = 3
@@ -294,7 +295,7 @@ Bulwarks are much larger and have significantly thicker carapaces than most Vaur
heat_level_2 = 400 //Default 400
heat_level_3 = 800 //Default 1000
sprint_speed_factor = 1.4
sprint_speed_factor = 1.0
stamina = 50
/datum/species/bug/type_e/New()