mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Bugfix
- Fixed Advance and Ride abilities so that they are shown as move actions and not maneuvers.
This commit is contained in:
@@ -2680,7 +2680,7 @@
|
||||
<div class="ability-card card-edit">
|
||||
<textarea class="ability-effect grid-span-full" data-i18n-placeholder="advance" name="attr_advance_name" data-i18n="advance" spellcheck="false"></textarea>
|
||||
<input type="hidden" class="ability-keywords" data-i18n-placeholder="advance-keywords" name="attr_advance_keywords" value="" />
|
||||
<input type="hidden" name="attr_advance_type" value="maneuver" />
|
||||
<input type="hidden" name="attr_advance_type" value="move-action" />
|
||||
<textarea class="ability-effect grid-span-full" data-i18n-placeholder="distance" name="attr_advance_distance" data-i18n="self" spellcheck="false"></textarea>
|
||||
<textarea class="ability-effect grid-span-full" data-i18n-placeholder="target" name="attr_advance_target" data-i18n="self" spellcheck="false"></textarea>
|
||||
<textarea class="ability-effect grid-span-full" data-i18n="advance-effect" name="attr_advance_effect" spellcheck="false"></textarea>
|
||||
@@ -2738,7 +2738,7 @@
|
||||
<div class="ability-card card-edit">
|
||||
<textarea class="ability-effect grid-span-full" data-i18n-placeholder="ride" name="attr_ride_name" data-i18n="ride" spellcheck="false"></textarea>
|
||||
<input type="hidden" class="ability-keywords" data-i18n-placeholder="ride-keywords" name="attr_ride_keywords" value="" />
|
||||
<input type="hidden" name="attr_ride_type" value="maneuver" />
|
||||
<input type="hidden" name="attr_ride_type" value="move-action" />
|
||||
<textarea class="ability-effect grid-span-full" data-i18n-placeholder="distance" name="attr_ride_distance" data-i18n="self" spellcheck="false"></textarea>
|
||||
<textarea class="ability-effect grid-span-full" data-i18n-placeholder="target" name="attr_ride_target" data-i18n="self" spellcheck="false"></textarea>
|
||||
<textarea class="ability-effect grid-span-full" data-i18n="ride-effect" name="attr_ride_effect" spellcheck="false"></textarea>
|
||||
|
||||
Reference in New Issue
Block a user