Skip to content

Commit

Permalink
WarWithin/TheStonevault/Trash: Timer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ntowle committed Oct 2, 2024
1 parent f26f869 commit b1d71ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WarWithin/TheStonevault/Trash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,11 @@ function mod:CensoringGear(args)
end

function mod:CensoringGearInterrupt(args)
self:Nameplate(429545, 15.7, args.destGUID)
self:Nameplate(429545, 18.0, args.destGUID)
end

function mod:CensoringGearSuccess(args)
self:Nameplate(args.spellId, 15.7, args.sourceGUID)
self:Nameplate(args.spellId, 18.0, args.sourceGUID)
end

function mod:TurnedSpeakerDeath(args)
Expand Down Expand Up @@ -506,7 +506,7 @@ do
self:Message(args.spellId, "purple")
self:PlaySound(args.spellId, "alarm")
end
self:Nameplate(args.spellId, 23.0, args.sourceGUID)
self:Nameplate(args.spellId, 28.4, args.sourceGUID)
end
end

Expand All @@ -519,7 +519,7 @@ do
self:Message(args.spellId, "orange")
self:PlaySound(args.spellId, "alarm")
end
self:Nameplate(args.spellId, 24.3, args.sourceGUID)
self:Nameplate(args.spellId, 28.0, args.sourceGUID)
end
end

Expand Down

0 comments on commit b1d71ee

Please sign in to comment.