mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
More long codepoints
This commit is contained in:
parent
ac0fcc6ace
commit
337b25e3b3
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ namespace ShiftOS.WinForms
|
|||
CodepointsRequired = SaveSystem.CurrentSave.Codepoints + amount;
|
||||
}
|
||||
|
||||
public int CodepointsRequired { get; private set; }
|
||||
public long CodepointsRequired { get; private set; }
|
||||
|
||||
public override bool IsComplete
|
||||
{
|
||||
|
|
|
@ -195,7 +195,7 @@ namespace ShiftOS.Engine.Scripting
|
|||
[Exposed("sos")]
|
||||
public class SystemFunctions
|
||||
{
|
||||
public int getCodepoints() { return SaveSystem.CurrentSave.Codepoints; }
|
||||
public long getCodepoints() { return SaveSystem.CurrentSave.Codepoints; }
|
||||
|
||||
|
||||
public bool runCommand(string cmd)
|
||||
|
|
Loading…
Reference in a new issue