diff Templates.lua @ 99:74d6d97a2d24 v7.1.5-r100

- artifact progress visualizations, green for current, blue for attainable - force fishing artifact to list last - support for fishing artifact power
author Nenue
date Fri, 20 Jan 2017 19:40:55 -0500
parents dadddb8a551f
children 1e511e9aaca5
line wrap: on
line diff
--- a/Templates.lua	Tue Jan 17 09:49:15 2017 -0500
+++ b/Templates.lua	Fri Jan 20 19:40:55 2017 -0500
@@ -51,9 +51,7 @@
   Veneer:DynamicReanchor()
 end
 function VeneerHandlerMixin:Reanchor (anchorAll)
-  if not anchorAll then
-    Veneer:InternalReanchor(self)
-  end
+  Veneer:DynamicReanchor()
 end
 
 function VeneerHandlerMixin:Print(...)