mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-18 08:03:37 -05:00
Fix indentations and caught lowercase reactions
This commit is contained in:
17
index.md
17
index.md
@@ -406,7 +406,7 @@ function filterQuestions() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>No particular reason.</td>
|
||||
<td>bad - irritable</td>
|
||||
<td>BAD - IRRITABLE</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
@@ -585,11 +585,11 @@ function filterQuestions() {
|
||||
</table>
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="2">Me want you to give me some nice "words of compassion"--as my rival--as me pass away...!</th>
|
||||
<th colspan="2">Me want you to give me some nice "words of compassion"-as my rival-as me pass away...!</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Die in peace.</td>
|
||||
<td>ok - irritable</td>
|
||||
<td>OK - IRRITABLE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Why show mercy to my enemy?</td>
|
||||
@@ -1557,7 +1557,7 @@ function filterQuestions() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Nobody.</td>
|
||||
<td>good - timid</td>
|
||||
<td>GOOD - TIMID</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
@@ -2384,7 +2384,7 @@ function filterQuestions() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>I have no friends.</td>
|
||||
<td>good - irritable</td>
|
||||
<td>GOOD - IRRITABLE</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
@@ -2636,7 +2636,7 @@ function filterQuestions() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Happy birthday.</td>
|
||||
<td>good - irritable</td>
|
||||
<td>GOOD - IRRITABLE</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>I had no idea.</td>
|
||||
@@ -3168,7 +3168,7 @@ function filterQuestions() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>I'm busy.</td>
|
||||
<td>good - upbeat</td>
|
||||
<td>GOOD - UPBEAT</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>What are you talking about?</td>
|
||||
@@ -3189,7 +3189,8 @@ function filterQuestions() {
|
||||
</tr>
|
||||
<tr>
|
||||
<td>I'm already taken.</td>
|
||||
<td>good - upbeat, irritable</td>
|
||||
<td>GOOD - IRRITABLE
|
||||
<br>GOOD - UPBEAT</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user