Skip to content

Commit b0a4983

Browse files
authored
Update lem_stam.py
1 parent 450712e commit b0a4983

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/lem_stam.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
stamina = loc_data["stamina"]
77
drops = loc_data["drops"]["ALL"]
88
data[loc] = stamina / drops
9+
print("Equivalent explores per lemonade with and without the Lemon Squeezer perk:")
910
for loc, stam_per_drop in sorted(data.items(), key=lambda kv: kv[1]):
1011
print(f"{loc}: ten={stam_per_drop * 10:.1f} twenty={stam_per_drop * 20:.1f}")

0 commit comments

Comments
 (0)