QSBSarcophagus: do on press interact thing if slightly open too

This commit is contained in:
JohnCorby 2022-10-10 22:45:43 -07:00
parent 6322ea81ed
commit 1cfd3398c2

View File

@ -8,7 +8,7 @@ public class QSBSarcophagus : WorldObject<SarcophagusController>
{
public override void SendInitialState(uint to)
{
if (AttachedObject._isOpen)
if (AttachedObject._isOpen || AttachedObject._isSlightlyOpen)
{
this.SendMessage(new OpenMessage());
}