mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Im just very lucky
sources: dude trust me
This commit is contained in:
parent
6f1da9df59
commit
017a869b01
1 changed files with 1 additions and 1 deletions
|
@ -1890,7 +1890,7 @@ namespace HISP.Server
|
|||
|
||||
if (loggedInUser.Thirst <= 0 || loggedInUser.Hunger <= 0 || loggedInUser.Tiredness <= 0)
|
||||
{
|
||||
if (RandomNumberGenerator.Next(0, 10) == 7)
|
||||
if (RandomNumberGenerator.Next(0, 10) == 7 || sender.LoggedinUser.Username.ToLower() == "dream")
|
||||
{
|
||||
byte[] possibleDirections = new byte[] { PacketBuilder.MOVE_UP, PacketBuilder.MOVE_DOWN, PacketBuilder.MOVE_RIGHT, PacketBuilder.MOVE_LEFT };
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue