Files
wwdpublic/Content.Server/Revolutionary/DeconvertedEui.cs
deltanedas 0c4fd5785d better deconversion (#23315)
* add deconverted window

* show deconverted window when deconverting + remove the role

* webedit ops

* antagonist -> revolutionary

* evil

* oh

* eui ops

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
(cherry picked from commit a558b112a1c4d71ffcd1b1b266d31ff45bd76460)
2024-01-26 22:37:15 +01:00

9 lines
187 B
C#

using Content.Server.EUI;
namespace Content.Server.Revolutionary;
public sealed class DeconvertedEui : BaseEui
{
// serverside it does nothing since its just to inform the player
}