mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 07:57:50 +00:00
Fixes AI state laws (#37599)
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
</form>
|
||||
</div>
|
||||
<div class="item">
|
||||
<form id="keyedit" name="keyedit" action="byond://" method="post">
|
||||
<form id="keyedit" name="keyedit" action="byond://" method="get">
|
||||
<input type="hidden" id="src" name="src" value="{{:data.src}}">
|
||||
<input type="hidden" id="ui_key" name="ui_key" value="state_laws">
|
||||
<input type="hidden" id="speak_laws" name="speak_laws" value="1">
|
||||
@@ -94,4 +94,4 @@
|
||||
Radio key: <input type="text" name="radio_key" id="radio_key" maxlength="2" size="2" value="{{>data.radio_key}}">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user