Adds tons of new materials + cleans up existing ones (#3413)

* RSIs are now banging

* Sheets

* Hotfix

* Last before PR

* Ready

* Quick

* E

* Updates everything to new stack PR

* Finished off ore, set max stack size to 30 from 50.

* Most materials done

* Donezo

* Adds hides and custom sprited a corgi hide

* Should be good

* suffix

* Bugs

* Giff woodplank

* Profit?
This commit is contained in:
Swept
2021-02-26 07:59:24 +00:00
committed by GitHub
parent 0165a525a4
commit f23e35dc40
221 changed files with 2458 additions and 665 deletions

View File

@@ -57,7 +57,7 @@ namespace Content.Shared.GameObjects.Components
public override void ExposeData(ObjectSerializer serializer)
{
serializer.DataFieldCached(ref _maxCount, "max", 50);
serializer.DataFieldCached(ref _maxCount, "max", 30);
serializer.DataFieldCached(ref _count, "count", MaxCount);
if (serializer.Writing)