Skip to content

Commit

Permalink
null (#10190)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilDragonfiend authored Nov 25, 2023
1 parent 0ddd244 commit cfe6251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/turf_integrity.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/// Can this turf be hit by players?
var/can_hit = TRUE
/// Has armour been generated yet?
var/armor_generated = FALSE
var/armor_generated
/// The armour of the turf. Capable of being null for optimisation purposes
var/datum/armor/armor
/// The integrity that the turf starts at, defaulting to max_integrity
Expand Down

0 comments on commit cfe6251

Please sign in to comment.