茶服加密更新

This commit is contained in:
2025-11-17 19:38:44 +08:00
parent 2439632d3f
commit e5bf2ba59c
11 changed files with 431 additions and 176 deletions

View File

@@ -2706,6 +2706,8 @@ function monsterpulled_bykkkkkkk(obj,monsterobj,x,y,z)
{
local timer = obj.getVar("pulled").get_ct_vector(0);
if(!timer) return;
local skill = sq_GetSkill(obj, 150);
if(skill.isSealFunction()) return;
local currentT = timer.Get();
//printp("currentT="+currentT.tostring()+"\n");
if(currentT <= 2000) return;