Switches current PDAs to the /tg/ ones. (#1796)

* Switches PDAs with tg ones and renames flashlight component

* Which chucklefuck hid the ID cards in the clothing folder

* Removes Mime PDA as i'm gonna do that in another PR

* Moves EVERY SINGLE PDA over by exactly one pixel so they're aligned perfectly with the UI slot

* On second thought moves back the id-cards since I don't want to deal with conflicts
This commit is contained in:
Swept
2020-08-19 11:41:33 -07:00
committed by GitHub
parent 17080a92ee
commit 20ab566f8c
69 changed files with 425 additions and 61 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using Robust.Shared.GameObjects;
using Robust.Shared.GameObjects.Components.UserInterface;
using Robust.Shared.Serialization;
@@ -108,7 +108,7 @@ namespace Content.Shared.GameObjects.Components.PDA
[NetSerializable, Serializable]
public enum PDAVisuals
{
ScreenLit,
FlashlightLit,
}
[NetSerializable, Serializable]