Increase gun item sizes (gun nerf) (#8683)

This commit is contained in:
metalgearsloth
2022-06-12 15:30:03 +10:00
committed by GitHub
parent 9ca56df024
commit 47aa0815de
25 changed files with 94 additions and 84 deletions

View File

@@ -31,7 +31,7 @@ public sealed partial class StorageSystem
if (serverStorageComp != null && Insert(uid, ent, serverStorageComp))
continue;
Logger.ErrorS("storage", $"Tried to StorageFill {item} inside {uid} but can't.");
Logger.ErrorS("storage", $"Tried to StorageFill {item} inside {ToPrettyString(uid)} but can't.");
EntityManager.DeleteEntity(ent);
}
}