Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
RLG Maker
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Romain DELEAU
RLG Maker
Commits
33ad1089
Commit
33ad1089
authored
Sep 12, 2023
by
Romain DELEAU
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable characterreward for the moment (comments)
parent
77ba6ad3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
role.component.html
src/app/pieces/role/role.component.html
+3
-2
No files found.
src/app/pieces/role/role.component.html
View file @
33ad1089
...
...
@@ -59,7 +59,7 @@
matTooltipPosition=
"above"
[
matTooltipDisabled
]="!
tooltipService
.
activatedTooltips
"
>
<option
value=
"quest"
>
Débuter une nouvelle quête
</option>
<option
value=
"skill"
>
Travailler un champ de compétence
</option>
<
option
value=
"character"
>
Récupérer le contact d'un PNJ
</option
>
<
!--<option value="character">Récupérer le contact d'un PNJ</option>--
>
<option
value=
"objective"
>
Atteindre un objectif pédagoqique
</option>
<option
value=
"objects"
>
Récupérer un objet
</option>
<!--<option value="discuss">Changer de discussion</option>-->
...
...
@@ -74,13 +74,14 @@
</div>
<button
mat-button
class=
"piece-form-rewards-reward-objects-add"
(
click
)="
addObject
(
i
)"
><mat-icon
fontIcon=
"add"
></mat-icon></button>
</div>
<!--
<div class="piece-form-rewards-reward-character" *ngIf="reward.type == 'character'">
<select [(ngModel)]="getCharacterReward(i).character">
<option [ngValue]="character" *ngFor="let character of scenario.characters">{{character.name}}</option>
</select>
<button mat-button (click)="removeReward(i)"><mat-icon fontIcon="remove"></mat-icon></button>
</div>
<!--
<div class="piece-form-rewards-reward-discussion" *ngIf="reward.type == 'discuss'">
<select>
<option>Discussion 1</option>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment