complete and switch slots order in formatting table (#105)

Small lil PR:
* slots comment command was on the first column of the table which is for descriptions
* added a small description because the table looked weird due to the rows being shorter than the surrounding ones. Could have gone with a colspan but I guess it is useful information that the winnings are of the same type of currency

Reviewed-on: #105
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
pull/106/head
mummified-corroding-granny 2023-01-30 09:35:37 +00:00 committed by Aevann
parent d2004e74c7
commit cde07fb112
1 changed files with 4 additions and 2 deletions

View File

@ -110,12 +110,14 @@ Text 2
</tr>
{% if FEATURES['MARKUP_COMMANDS'] -%}
<tr>
<td>!slots 100</td>
<td>Play slots using coins - minimum 100 coins</td>
<td>!slots 100</td>
<td>??? coins</td>
</tr>
<tr>
<td>!slotsmb 100</td>
<td>Play slots using marseybux - minimum 100 marseybux</td>
<td>!slotsmb 100</td>
<td>??? marseybux</td>
</tr>
<tr>
<td>Random Fortune</td>