slight adjustments

This commit is contained in:
2025-05-25 01:47:26 +02:00
parent 17f5e8c6c8
commit a784ec1ff8
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace GamblingCoin
public class GamblingCoinMessages public class GamblingCoinMessages
{ {
public String SpawnWaveMessage { get; set; } = "Did someone just enter the Site...?"; public string SpawnWaveMessage { get; set; } = "Did someone just enter the Site...?";
public string ItemSpawnMessage { get; set; } = "*plop*"; public string ItemSpawnMessage { get; set; } = "*plop*";
public string UncommonItemSpawnMessage { get; set; } = "*bump*"; public string UncommonItemSpawnMessage { get; set; } = "*bump*";
public string RareItemSpawnMessage { get; set; } = "*badunk*"; public string RareItemSpawnMessage { get; set; } = "*badunk*";
-1
View File
@@ -20,7 +20,6 @@ namespace KeycardButModern
{ {
if (ev.CanOpen) if (ev.CanOpen)
{ {
Logger.Debug("Door can be opened, no need for implant check");
return; return;
} }