Upgrades code style - First batch (#22)

This commit is contained in:
Kamron Batman 2018-08-14 06:16:50 +08:00 committed by GitHub
parent 8ee42c8ea2
commit 632e8b4757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1834 changed files with 10245 additions and 10437 deletions

View file

@ -11,7 +11,7 @@ namespace Server.Items
{
public class HousePlacementTool : Item
{
public override int LabelNumber{ get{ return 1060651; } } // a house placement tool
public override int LabelNumber => 1060651; // a house placement tool
[Constructible]
public HousePlacementTool() : base( 0x14F6 )
@ -501,12 +501,12 @@ namespace Server.Items
/* You are about to place a new house.
* Placing this house will condemn any and all of your other houses that you may have.
* All of your houses on all shards will be affected.
*
*
* In addition, you will not be able to place another house or have one transferred to you for one (1) real-life week.
*
*
* Once you accept these terms, these effects cannot be reversed.
* Re-deeding or transferring your new house will not uncondemn your other house(s) nor will the one week timer be removed.
*
*
* If you are absolutely certain you wish to proceed, click the button next to OKAY below.
* If you do not wish to trade for this house, click CANCEL.
*/
@ -791,4 +791,4 @@ namespace Server.Items
public static HousePlacementEntry[] ThreeStoryFoundations{ get{ return m_ThreeStoryFoundations; } }
}
}
}