Skip to content

Commit e4b23ca

Browse files
Fixed a nit I missed
1 parent 2649206 commit e4b23ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modtools/change-build-menu.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ Then you can call the functions documented here like so:
128128
-- Example: Remove the carpenters workshop.
129129
buildmenu.ChangeBuilding("CARPENTERS", "WORKSHOPS", false)
130130
131-
-- Make it impossible to build walls (not recommended!).
132-
local typ, styp = df.building_type.Construction, df.construction_type.Wall
131+
-- Make it impossible to build walls (not recommended!).
132+
local typ, styp = df.building_type.Construction, df.construction_type.Wall
133133
buildmenu.ChangeBuildingAdv(typ, styp, -1, "CONSTRUCTIONS", false)
134134
135135
Note that to allow any of your changes to take effect you need to start the

0 commit comments

Comments
 (0)