Adds a cat and then a gat (#1868)

* Adds the cat

* Adds the gat

* Adds the calico to suspicion spawner

* Fixed physics thing

* Updated BB

* Added Calico mag to ammo spawner
This commit is contained in:
Swept
2020-08-24 18:27:32 +00:00
committed by GitHub
parent 997d3dcdd4
commit 9019079d79
15 changed files with 159 additions and 0 deletions

View File

@@ -546,5 +546,6 @@ namespace Content.Server.GameObjects.Components.Weapon.Ranged.Barrels
Box = 1 << 7,
Pan = 1 << 8,
Dart = 1 << 9, // Placeholder
CalicoTopMounted = 1 << 10,
}
}