Skip to content

Commit

Permalink
Фикс карапаса и полиморфа
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Nov 3, 2024
1 parent e41560d commit f041afd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modular_ss220/species/_components/carapace/carapace_shell.dm
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
armored_heat_threshold = threshold_heat
armored_temp_progression = temp_progression
self_repair_cooldown = heal_cooldown
//Выдача настроек при иницилазации карапаса
stage_1_repair()
stage_2_repair()
stage_3_repair()
broken_stage = 0

/datum/component/carapace_shell/RegisterWithParent()
RegisterSignal(H, COMSIG_LIVING_LIFE, PROC_REF(process_shell))
Expand Down
1 change: 1 addition & 0 deletions modular_ss220/species/serpentids/code/mob/serpentids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
butt_sprite_icon = 'modular_ss220/species/serpentids/icons/mob/r_serpentid_butt.dmi'
butt_sprite = "serpentid"
nojumpsuit = TRUE
dangerous_existence = TRUE

species_traits = list(LIPS, NO_HAIR, TTS_TRAIT_ROBOTIZE)
inherent_traits = list(TRAIT_NOPAIN)
Expand Down

0 comments on commit f041afd

Please sign in to comment.