Skip to content

Commit

Permalink
Merge pull request #102 from Voker57/fixes
Browse files Browse the repository at this point in the history
Allow deconstructing curtainless windows
  • Loading branch information
TheDarklingWolf committed Feb 24, 2013
2 parents 986ab20 + 4edd189 commit 826a3b8
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 826a3b8

Please sign in to comment.