diff --git a/src/data/layers/aca/c.js b/src/data/layers/aca/c.js
index 063928b..c14cceb 100644
--- a/src/data/layers/aca/c.js
+++ b/src/data/layers/aca/c.js
@@ -397,8 +397,8 @@ export default {
"prestige-button"() {return {'color': '#AA66AA'}},
},
tooltip() { // Optional, tooltip displays when the layer is unlocked
- let tooltip = formatWhole(player[this.layer].points) + " " + this.resource
- if (player[this.layer].buyables[11].gt(0)) tooltip += "
" + formatWhole(player[this.layer].buyables[11]) + " Exhancers"
+ let tooltip = "{{ formatWhole(player.c.points) }} {{ layers.c.resource }}";
+ if (player[this.layer].buyables[11].gt(0)) tooltip += "
{{ formatWhole(player.c.buyables[11]) }} Exhancers"
return tooltip
},
shouldNotify() { // Optional, layer will be highlighted on the tree if true.
diff --git a/src/data/layers/aca/f.js b/src/data/layers/aca/f.js
index c0fc0eb..99c801d 100644
--- a/src/data/layers/aca/f.js
+++ b/src/data/layers/aca/f.js
@@ -36,7 +36,7 @@ export default {
branches: [{ target: "c", 'stroke-width': '25px', 'stroke': 'blue', style: 'filter: blur(5px)' }], // When this layer appears, a branch will appear from this layer to any layers here. Each entry can be a pair consisting of a layer id and a color.
tooltipLocked() { // Optional, tooltip displays when the layer is locked
- return ("This weird farmer dinosaur will only see you if you have at least " + this.requires + " points. You only have " + formatWhole(player.points))
+ return ("This weird farmer dinosaur will only see you if you have at least {{layers.f.requires}} points. You only have {{ formatWhole(player.points) }}")
},
midsection: '