Skip to content

Commit

Permalink
update element var name
Browse files Browse the repository at this point in the history
  • Loading branch information
warriorstar-orion committed Aug 6, 2024
1 parent ea75c2f commit c5ef737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/elements/atmos_requirements.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
/datum/element/atmos_requirements
element_flags = ELEMENT_BESPOKE
id_arg_index = 2
argument_hash_start_idx = 2
/// An assoc list of "what atmos does this mob require to survive in".
var/list/atmos_requirements
/// How much (brute) damage we take from being in unsuitable atmos.
Expand Down
2 changes: 1 addition & 1 deletion code/datums/elements/body_temperature.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
/datum/element/body_temperature
element_flags = ELEMENT_BESPOKE
id_arg_index = 2
argument_hash_start_idx = 2

/// Min body temp
var/min_body_temp = NONCARBON_DEFAULT_MIN_BODY_TEMP
Expand Down

0 comments on commit c5ef737

Please sign in to comment.