View Issue Details

IDProjectCategoryView StatusLast Update
0011739Dwarf FortressTechnical -- Generalpublic2021-04-05 02:47
ReporterRalpha Assigned Touser1294 
PriorityhighSeveritytweakReproducibilityN/A
Status acknowledgedResolutionopen 
Product Version0.47.05 
Summary0011739: Token `[VOLUME_mB:..]` breaks standard
DescriptionIn an effort to create modding tools for DF ( https://gitlab.com/df-modding-tools ) we have found a token in the RAW file that breaks all conventions used in the whole of the code base.

All token names are all uppercase, for example: `[OBJECT:...]`, `[CREATURE:..]`.
this is true for all tokens except `[VOLUME_mB:..]` this token has a lowercase `m` in it.

In our afford to create rules for the language this seems to be the only exception.

Would it be possible to accept both `VOLUME_mB` and `VOLUME_MB`? Or just change this so everything is uniform?
TagsNo tags attached.

Activities

user1294

2021-04-05 02:46

  ~0041015

As a reference, the VOLUME_mB token is an instrument token, which means one wouldn't find it in the standard raws, just modded raws or extracted generated raws.

Add Note

Note

Issue History

Date Modified Username Field Change
2021-04-04 08:48 Ralpha New Issue
2021-04-05 02:46 user1294 Note Added: 0041015
2021-04-05 02:47 user1294 Assigned To => user1294
2021-04-05 02:47 user1294 Status new => acknowledged