(svn r4340) Add force {FORCE} to the units system. This is currently unused.

This commit is contained in:
2006-04-09 18:25:31 +00:00
parent 32622f2c7b
commit a4a891c007
3 changed files with 24 additions and 3 deletions

View File

@@ -450,6 +450,7 @@ static const CmdStruct _cmd_structs[] = {
{"VOLUME_S", EmitEscapedByte, 17, 1, 0},
{"WEIGHT", EmitEscapedByte, 18, 1, 0},
{"WEIGHT_S", EmitEscapedByte, 19, 1, 0},
{"FORCE", EmitEscapedByte, 20, 1, 0},
{"P", EmitPlural, 0, 0, C_DONTCOUNT}, // plural specifier
{"G", EmitGender, 0, 0, C_DONTCOUNT}, // gender specifier