Skip to content

Commit b10a928

Browse files
committed
Updated comment messages
1 parent 5d0b5b1 commit b10a928

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

devel/export-dt-ini.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,12 +484,12 @@ write_flags('valid_flags_2', {})
484484
write_flags('invalid_flags_1', {
485485
{ 'a skeleton', { df.unit_flags1.skeleton } },
486486
{ 'a merchant', { df.unit_flags1.merchant } },
487-
{ 'outpost liaison or diplomat', { df.unit_flags1.diplomat } },
487+
{ 'outpost liaison, diplomat, or artifact requesting visitor', { df.unit_flags1.diplomat } },
488488
{ 'an invader or hostile', { df.unit_flags1.active_invader } },
489489
{ 'an invader or hostile', { df.unit_flags1.invader_origin } },
490490
{ 'resident, invader or ambusher', { df.unit_flags1.hidden_ambusher, df.unit_flags1.invades } },
491491
{ 'part of a merchant caravan', { df.unit_flags1.forest } },
492-
{ 'Dead, Jim.', { df.unit_flags1.dead } },
492+
{ 'Inactive, currently not in play', { df.unit_flags1.dead } },
493493
{ 'marauder', { df.unit_flags1.marauder } }
494494
});
495495
write_flags ('invalid_flags_2', {

0 commit comments

Comments
 (0)