Random Changes, Fixes, Additions Go (#7128)

This commit is contained in:
FluffMedic
2023-11-07 13:32:14 +01:00
committed by GitHub
parent 4cc6ae3d01
commit 58d26cc799
15 changed files with 3066 additions and 1552 deletions
@@ -9,5 +9,5 @@
custom_only = FALSE
can_take = ORGANICS
var_changes = list("minimum_breath_pressure" = 22)
var_changes = list("minimum_breath_pressure" = 18)
excludes = list(/datum/trait/positive/light_breather)
@@ -33,6 +33,15 @@
/mob/living/simple_mob/animal/sif/frostfly
maxHealth = 32
health = 32
armor_soak = list(
"melee" = 0,
"bullet" = 0,
"laser" = 5,
"energy" = 0,
"bomb" = 0,
"bio" = 0,
"rad" = 0
)
/mob/living/simple_mob/vore/aggressive/deathclaw
maxHealth = 100