如果不想小海豹消失,打开data-DLC2与DLC3,在twister_seal.lun文件里
将
local function OnEntitySleep(inst)
--This means the player let the seal live.
--Let the seal escape & leave a gift of some sort behind.
local seal = SpawnPrefab("magic_seal")
seal.Transform:SetPosition(inst:GetPosition():Get())
inst:Remove()
end
改为
--local function OnEntitySleep(inst)
--This means the player let the seal live.
--Let the seal escape & leave a gift of some sort behind.
--local seal = SpawnPrefab("magic_seal")
--seal.Transform:SetPosition(inst:GetPosition():Get())
--inst:Remove()
--end
这样,就算你走远了,小海豹也不会消失的,可以在基地里充当一个吉祥物