mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 16:48:12 +01:00
Random Changes, Fixes, Additions Go (#7128)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user