Fix non removable tws

This commit is contained in:
AirwavesMan
2020-06-18 21:41:24 +02:00
parent fe92ee0d02
commit b4c3ceab8c

View File

@@ -2018,7 +2018,7 @@ class ACR_DES_TWS_DZ : ACR_DZ_BASE
class RemoveTWS
{
text = $STR_ATTACHMENT_RMVE_TWS;
script = "; ['Attachment_Tws',_id,'ACR_SNOW_DZ'] call player_removeAttachment";
script = "; ['Attachment_Tws',_id,'ACR_DES_DZ'] call player_removeAttachment";
};
};
};
@@ -2042,7 +2042,7 @@ class ACR_DES_TWS_GL_DZ : ACR_DES_GL_DZ
class RemoveTWS
{
text = $STR_ATTACHMENT_RMVE_TWS;
script = "; ['Attachment_Tws',_id,'ACR_SNOW_GL_DZ'] call player_removeAttachment";
script = "; ['Attachment_Tws',_id,'ACR_DES_GL_DZ'] call player_removeAttachment";
};
class RemoveGL
{
@@ -2072,7 +2072,7 @@ class ACR_DES_TWS_SD_DZ : ACR_SD_DZ_BASE
class RemoveTWS
{
text = $STR_ATTACHMENT_RMVE_TWS;
script = "; ['Attachment_Tws',_id,'ACR_SNOW_SD_DZ'] call player_removeAttachment";
script = "; ['Attachment_Tws',_id,'ACR_DES_SD_DZ'] call player_removeAttachment";
};
class RemoveSuppressor
{
@@ -2100,7 +2100,7 @@ class ACR_DES_TWS_GL_SD_DZ : ACR_DES_GL_SD_DZ
class RemoveTWS
{
text = $STR_ATTACHMENT_RMVE_TWS;
script = "; ['Attachment_Tws',_id,'ACR_SNOW_GL_SD_DZ'] call player_removeAttachment";
script = "; ['Attachment_Tws',_id,'ACR_DES_GL_SD_DZ'] call player_removeAttachment";
};
class RemoveSuppressor
{