Delete set_bonus_spy_utility_b_2.py

This commit is contained in:
Undercova
2014-04-18 12:44:35 +02:00
parent fdd9b1c86c
commit 229b36b7ef
@@ -1,14 +0,0 @@
import sys
def setup(core, actor, buff):
return
def add(core, actor, buff):
core.skillModService.addSkillMod(actor, 'expertise_strikethrough_chance', 2)
core.skillModService.addSkillMod(actor, 'expertise_action_all', 10)
return
def remove(core, actor, buff):
core.skillModService.deductSkillMod(actor, 'expertise_strikethrough_chance', 2)
core.skillModService.deductSkillMod(actor, 'expertise_action_all', 10)
return