Skip to content

Various v11 Bugfixes

jalensailin requested to merge jalenml/v11-bugfixes into master

Intent

This MR fixes several little bugs laid out in Issue #881 (closed) and also addresses #885 (closed)


  • This is meant for a hotfix
  • This is meant for the next release (see milestone)
  • This needs more reviewers than normal; there may be controversy or high complexity
  • This intentionally introduces regressions that will be addressed later
  • There is/will be documentation changes on the wiki
  • Please do not send commits here without coordinating closely with the owner
  • This is a Build System change

Related Issues

Steps to Test

Prototype token images are not automatically assigned anymore:

  1. Checkout master,
  2. Create new actor of any type.
  3. Drag to a scene.
  4. Observe the token's image is the foundry default.
  5. Switch to my branch.
  6. Repeat steps 2-3.
  7. Observe that token's image is our default.

#885 (closed) - Drug AEs becoming disabled after migration:

  1. In latest v10 (0.87.6), make an actor with a drug (Synthcoke works well).
  2. Consume the drug so that the effects become active.
  3. Zip up this world in this state.
  4. Migrate to v11. Observe that effects are no longer active.
  5. Checkout this branch, unzip and overwrite previous world folder.
  6. Migrate to v11.
  7. Observe that effects are in the same state that they were pre-migration.

Black ICE have two notes fields:

  1. In Master, make a Black ICE and populate the two notes fields.
  2. Checkout this branch / Run migrations.
  3. See that notes fields are combined, separated by a <hr>.

Demons Do Not Display Notes:

  1. Open a Demon's sheet.
  2. Enter the editor and make some notes.
  3. Ensure notes save with proper styling.

Unused field in vehicle settings:

  1. Open vehicle settings and ensure there is no line for "Tags".

Snorting drugs does not work:

  1. Drag a drug with effects (synthcoke works well) to a sheet.
  2. Consume it.
  3. Observe that correct AEs are applied.
Edited by jalensailin

Merge request reports