This commit is contained in:
Seefo
2014-03-27 16:29:57 -04:00
parent 2af59e2212
commit 2dd4e986ca
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ def run(core, actor, target, commandString):
return
effectObj = 'clienteffect/holoemote_' + commandString + '.cef'
actor.playEffectObject(effectObj, 'head')
actor.playEffectObject(effectObj, 'Head')
player.setHoloEmoteUses(player.getHoloEmoteUses() - 1)
# TODO: Cooldowns for the holo-emote's
return