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

3
.gitignore vendored
View File

@@ -41,3 +41,6 @@
!/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

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;