13 lines
244 B
Plaintext
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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|