mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 06:11:00 +00:00
feat: Admins can be attacked, raided and traded with via config option
This commit is contained in:
@@ -274,6 +274,9 @@ define("ADMIN_NAME", "%ANAME%");
|
||||
// ***** Show Support Messages in Admin
|
||||
define("ADMIN_RECEIVE_SUPPORT_MESSAGES", %ASUPPMSGS%);
|
||||
|
||||
// ***** Allow Admin accounts to be raided and attacked
|
||||
define("ADMIN_ALLOW_INCOMING_RAIDS", %ARAIDS%);
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////
|
||||
|
||||
@@ -269,6 +269,15 @@ echo "<div class=\"headline\"><span class=\"f10 c5\">Error creating constant.php
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="f9 c6">Allow Administrative Accounts to be Raided and Attacked:</span></td>
|
||||
<td>
|
||||
<select name="admin_raidable">
|
||||
<option value="True" selected="selected">True</option>
|
||||
<option value="False">False</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user