Misc Update

This commit is contained in:
Unstable Kitsune
2023-12-09 22:56:44 -05:00
parent 487f90ea32
commit 64241058c5
7 changed files with 4925 additions and 5 deletions

5
.gitignore vendored
View File

@@ -40,4 +40,7 @@
*.ini *.ini
!/Data/* !/Data/*
!/bin/rosyln/* !/bin/rosyln/*
Scripts/SubSystem/Kitsune Scripts/KitsunesShapeShifting/Gate&Talismans.zip
Scripts/SubSystem/Kitsune Scripts/KitsunicCustomSystem.zip
Scripts/Scripts-master.zip

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -139,4 +139,4 @@ Reserved ButtonIDs
m_Syst.OnResponse( state, info, m_SubP ); m_Syst.OnResponse( state, info, m_SubP );
} }
} }
} }

View File

@@ -89,4 +89,4 @@ namespace Server.ACC
} }
} }
} }
} }

Binary file not shown.

View File

@@ -1,4 +1,4 @@
#region Header #region Header
// _,-'/-'/ // _,-'/-'/
// . __,-; ,'( '/ // . __,-; ,'( '/
// \. `-.__`-._`:_,-._ _ , . `` // \. `-.__`-._`:_,-._ _ , . ``
@@ -16,6 +16,7 @@ using System.Drawing;
using System.Linq; using System.Linq;
using Server; using Server;
using Server.Commands;
using Server.Gumps; using Server.Gumps;
using Server.Network; using Server.Network;
@@ -489,4 +490,4 @@ namespace VitaNex.SuperGumps
base.OnResponse(sender, info); base.OnResponse(sender, info);
} }
} }
} }