Skip to content

Commit

Permalink
Add trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolucy committed Jun 28, 2024
1 parent 6703322 commit e3112b6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/human/species_types/android.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
NOTRANSSTING,
NO_UNDERWEAR,
NOHUSK,
HAIR // monke edit: allow them to have hair (it's the future, why not)
HAIR, // monke edit: allow them to have hair (it's the future, why not)
)
inherent_traits = list(
TRAIT_CAN_USE_FLIGHT_POTION,
Expand All @@ -26,7 +26,7 @@
TRAIT_TOXIMMUNE,
TRAIT_NOBLOOD,
TRAIT_VIRUSIMMUNE,
TRAIT_REVIVES_BY_HEALING // monkestation edit: making androids closer to IPCs
TRAIT_REVIVES_BY_HEALING, // monkestation edit: making androids closer to IPCs
)

inherent_biotypes = MOB_ROBOTIC|MOB_HUMANOID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
species_traits = list(
MUTCOLORS,
EYECOLOR,
HAIR // monke edit: allow them to have hair (it's the future, why not)
HAIR, // monke edit: allow them to have hair (it's the future, why not)
)
hair_color = "mutcolor"
hair_alpha = 150
inherent_traits = list(
TRAIT_CAN_USE_FLIGHT_POTION,
TRAIT_TOXINLOVER,
TRAIT_NOBLOOD
TRAIT_NOBLOOD,
)
mutanttongue = /obj/item/organ/internal/tongue/jelly
mutantlungs = /obj/item/organ/internal/lungs/slime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
NO_DNA_COPY,
NO_UNDERWEAR,
NOHUSK,
HAIR // monke edit: allow them to have hair (it's the future, why not)
HAIR, // monke edit: allow them to have hair (it's the future, why not)
)
inherent_traits = list(
TRAIT_CAN_USE_FLIGHT_POTION,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
species_traits = list(
NOZOMBIE,
NOTRANSSTING,
HAIR // monke edit: allow them to have hair (it's the future, why not)
HAIR, // monke edit: allow them to have hair (it's the future, why not)
)
inherent_traits = list(
// SHARED WITH ALL ZOMBIES
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
NO_DNA_COPY,
NO_UNDERWEAR,
NOHUSK,
HAIR
HAIR,
)
inherent_traits = list(
TRAIT_CAN_USE_FLIGHT_POTION,
Expand Down

0 comments on commit e3112b6

Please sign in to comment.