Skip to content

Commit

Permalink
Fix for too-fast retrigger bug
Browse files Browse the repository at this point in the history
  • Loading branch information
matso committed Aug 14, 2011
1 parent 9b6a89c commit 96fd98d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ns2/lua/CamouflageMixin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ function CamouflageMixin:TriggerUncamouflage()
self.camouflaged = false

end
// any action which would have broken camo blocks you from entering camo again for a certain time.
// any action which would have broken camo blocks you from entering camo again for
self.timeLastUncamouflageTriggered = Shared.GetTime()

end

function CamouflageMixin:_UpdateCamouflage()
Expand Down

0 comments on commit 96fd98d

Please sign in to comment.