Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Myk <[email protected]>
  • Loading branch information
tmqCypher and myk002 authored Oct 13, 2023
1 parent 218cae6 commit 3d4854e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion burial.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ for _, coffin in pairs(df.global.world.buildings.other.COFFIN) do
::skip::
end

print(('Created %s tombs.'):format(tomb_count))
print(('Created %s tomb(s).'):format(tomb_count))
4 changes: 2 additions & 2 deletions docs/burial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ burial
======

.. dfhack-tool::
:summary: Allows burial in unowned coffins.
:tags: fort | productivity | buildings
:summary: Create tomb zones for unzoned coffins.
:tags: fort productivity buildings

Creates a 1x1 tomb zone for each built coffin that isn't already in a tomb.

Expand Down

0 comments on commit 3d4854e

Please sign in to comment.