Skip to content

Commit

Permalink
Allow deconstructing curtainless windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Voker57 committed Feb 24, 2013
1 parent 60b16b5 commit 4edd189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapdata.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ const ter_t terlist[num_terrain_types] = { // MUST match enum ter_id above!
mfb(transparent)},
{"window", '"', c_ltcyan, 0, tr_null,
mfb(transparent)|mfb(bashable)|mfb(flammable)|mfb(noitem)|
mfb(supports_roof)},
mfb(supports_roof)|mfb(deconstruct)},
{"window", '"', c_ltcyan, 0, tr_null,
mfb(transparent)|mfb(bashable)|mfb(flammable)|mfb(noitem)|
mfb(supports_roof)|mfb(deconstruct)}, //has curtains
Expand Down

0 comments on commit 4edd189

Please sign in to comment.