Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
HipDropTimerSwitch does not require SW_APPEAR
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperHackio committed Feb 10, 2024
1 parent f8da7ba commit a6640f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/configs/HipDropTimerSwitch.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"SW_APPEAR": {
"Games": 3,
"Needed": true,
"Needed": false,
"Description": "Appears when this switch is activated.",
"Exclusives": []
},
Expand Down
2 changes: 1 addition & 1 deletion docs/config_HipDropTimerSwitch.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>Switches</h2>
<table width="100%">
<colgroup><col width=10%><col width=5%><col width=5%><col width=80%></colgroup>
<tr><th>Name</th><th>Games</th><th>Required?</th><th>Description</th></tr>
<tr><td>SW_APPEAR</td><td>Both</td><td>True</td><td><p>Appears when this switch is activated.</p></td></tr>
<tr><td>SW_APPEAR</td><td>Both</td><td>False</td><td><p>Appears when this switch is activated.</p></td></tr>
<tr><td>SW_A</td><td>Both</td><td>True</td><td><p>Gets activated when the button is pressed. Gets deactivated again after the time runs out.</p></td></tr>
<tr><td>SW_AWAKE</td><td>SMG2</td><td>False</td><td><p>Enables rendering and resumes updates when this switch is active.</p></td></tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion objectdb.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objectdb.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<database timestamp="1697999034">
<database timestamp="1707590524">
<categories>
<category id="0">Stage Parts</category>
<category id="1">Level Features</category>
Expand Down

0 comments on commit a6640f0

Please sign in to comment.