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: rDrama/rDrama#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
parent
d2004e74c7
commit
cde07fb112
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue