Skip to content
Snippets Groups Projects
Commit b3023087 authored by DarkGod's avatar DarkGod
Browse files

Merge branch '1.6.1-evenmoretypoes' into 'master'

healing totem typo



See merge request !582
parents 5dbeeab3 a7592273
No related branches found
No related tags found
1 merge request!582healing totem typo
Pipeline #
......@@ -28,7 +28,7 @@ newEntity{
resolvers.charm(
function(self, who)
local heal = self.use_power.heal(self, who)
return ("heals yourself and all friendly characters within 10 spaces for %d"):
return ("heal yourself and all friendly characters within 10 spaces for %d"):
format(heal) end,
15,
function(self, who)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment