Skip to content

Commit

Permalink
i
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Jun 22, 2024
1 parent ffb61c6 commit d01b463
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

//Modular type attachment.
/datum/species/lizard
coldmod = 1 // Lzards here have exchanged their inherent damage modifier for them being cold-blooded.
coldmod = 1 // Lizards here have exchanged their inherent damage modifier for them being cold-blooded.
inherent_traits = list(TRAIT_COLDBLOODED) // The aforementioned coldbloodedness
///Controls whether lizards use their muscles to generate additional heat if very cold.
var/cold_stacks = 0
Expand Down

0 comments on commit d01b463

Please sign in to comment.