Skip to content

Commit

Permalink
bugfix: vox passive health regen (#5846)
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
Samirakis authored Sep 2, 2024
1 parent 0c4a021 commit 1a4937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species/vox.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
TRAIT_NO_SCAN,
TRAIT_NO_GERMS,
TRAIT_NO_DECAY,
TRAIT_HAS_REGENERATION,
)
clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS //Species-fitted 'em all.
bodyflags = HAS_ICON_SKIN_TONE | HAS_TAIL | TAIL_WAGGING | TAIL_OVERLAPPED | HAS_BODY_MARKINGS | HAS_TAIL_MARKINGS | HAS_SKIN_COLOR
Expand Down Expand Up @@ -206,7 +207,6 @@

inherent_traits = list(
TRAIT_NO_BLOOD,
TRAIT_HAS_REGENERATION,
TRAIT_NO_SCAN,
TRAIT_NO_PAIN,
TRAIT_NO_GERMS,
Expand Down

0 comments on commit 1a4937f

Please sign in to comment.