Compare commits

..

3 Commits

Author SHA1 Message Date
69eb2794ca Fix up money patch 2024-09-27 21:59:38 +02:00
6f9e30534e Add sync file 2024-09-27 21:59:34 +02:00
d86c563f60 Update developer name 2024-09-27 21:59:31 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ namespace ArmsTradeTycoonTanks {
[HarmonyLib.HarmonyPatch]
public class Patches {
[HarmonyLib.HarmonyPrefix]
[HarmonyLib.HarmonyPatch(typeof(FinancialReportSystem), "ChangeMoney")]
[HarmonyLib.HarmonyPatch(typeof(FinancialReportSystem), "HandleMoneyUpdated")]
public static void PrefixMoney(ref long __0) {
if (Global.Debug)
Console.WriteLine($"Money is {__0}");

View File

@@ -7,7 +7,7 @@ using MelonLoader;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: MelonInfo(typeof(ArmsTradeTycoonTanksMelonMod), "Phat Melon Mod", "1.0.0", "Phat Phuck Dave")]
[assembly: MelonGame("Microprose", "Arms Trade Tycoon Tanks")]
[assembly: MelonGame("FunGI", "Arms Trade Tycoon Tanks")]
[assembly: AssemblyTitle("Phat Melon Mod")]
[assembly: AssemblyProduct("Phat Melon Mod")]
[assembly: AssemblyDescription("")]

1
sync Normal file
View File

@@ -0,0 +1 @@
ArmsTradeTycoonTanks/bin/Release/ArmsTradeTycoonTanks.dll,"C:\Games\Arms Trade Tycoon Tanks\Mods\ArmsTradeTycoonTanks.dll"