slight adjustments
This commit is contained in:
parent
17f5e8c6c8
commit
a784ec1ff8
@ -27,7 +27,7 @@ namespace GamblingCoin
|
||||
|
||||
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 UncommonItemSpawnMessage { get; set; } = "*bump*";
|
||||
public string RareItemSpawnMessage { get; set; } = "*badunk*";
|
||||
|
@ -20,7 +20,6 @@ namespace KeycardButModern
|
||||
{
|
||||
if (ev.CanOpen)
|
||||
{
|
||||
Logger.Debug("Door can be opened, no need for implant check");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user