Adds rsi sprites for bureaucracy items, fixes pen and paper spri… (#711)

This commit is contained in:
py01
2020-02-16 17:16:06 -06:00
committed by GitHub
parent 70c41f63b0
commit b2b8021d9b
90 changed files with 14 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
using Content.Server.GameObjects.EntitySystems;
using Content.Server.GameObjects.EntitySystems;
using Content.Shared.GameObjects.Components;
using Robust.Server.GameObjects;
using Robust.Server.GameObjects.Components.UserInterface;
@@ -56,7 +56,7 @@ namespace Content.Server.GameObjects.Components.Interactable
if (Owner.TryGetComponent(out SpriteComponent sprite))
{
sprite.LayerSetState(0, "paper_words");
sprite.LayerSetState(1, "paper_words");
}
UpdateUserInterface();