Arachnid rework (#18631)

* Merge before I fuck up anything again

* craft whitelist

* Sericulture

* Spider

* gone

* quickly fixed

* and coders taketh away

* And we take more away

* sericulture improvements

* arachnid

* better webbed

* OH WAIT

* test fail
This commit is contained in:
PixelTK
2023-08-13 08:38:05 +01:00
committed by GitHub
parent f1af1ba8c8
commit f189b73fe5
58 changed files with 860 additions and 62 deletions

View File

@@ -0,0 +1,7 @@
using Content.Shared.DoAfter;
using Robust.Shared.Serialization;
namespace Content.Shared.Sericulture;
[Serializable, NetSerializable]
public sealed class SericultureDoAfterEvent : SimpleDoAfterEvent { }