bug fixes

This commit is contained in:
baisebaoma 2024-04-10 18:55:58 +08:00
parent 3192e7ad4b
commit 835146263f
1 changed files with 1 additions and 1 deletions

View File

@ -2303,7 +2303,7 @@ local zhanshu = fk.CreateTriggerSkill {
events = { fk.EventPhaseProceeding }, events = { fk.EventPhaseProceeding },
can_trigger = function(self, event, target, player, data) can_trigger = function(self, event, target, player, data)
return player:hasSkill(self) and target == player and return player:hasSkill(self) and target == player and
target.phase == Player.Play and not player:isNude() target.phase == Player.Play
end, end,
on_cost = function(self, event, target, player, data) on_cost = function(self, event, target, player, data)
local room = player.room local room = player.room