DP-S-Script/OfficialProject/修复卡NPC商店道具/修复卡NPC商店道具.nut

13 lines
244 B
Plaintext

function _Dps_RepairCardNpcStoreProps_Main_()
{
Cb_BuyItem_Get_Data_Leave_Func["_DPS_RepairCardNpcStoreProps_"] <- function (args)
{
if(NativePointer(args[3]).add(156).readInt() < 0){
return 10;
}
}
}