Skip to content

Commit

Permalink
Always show basic thing flags and line special in UDMF
Browse files Browse the repository at this point in the history
  • Loading branch information
sirjuddington committed Jun 2, 2014
1 parent 5fe004b commit 715129b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/res/config/games/include/props_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ udmf_properties
{
type = int;
default = 0;
show_always = true;

property special
{
Expand Down Expand Up @@ -236,7 +237,7 @@ udmf_properties
type = bool;
default = false;
flag = true;
show_always = false;
show_always = true;

property skill1 = "Skill 1";
property skill2 = "Skill 2";
Expand Down

0 comments on commit 715129b

Please sign in to comment.