Skip to content
Snippets Groups Projects
Commit e10a3552 authored by Chris Davidson's avatar Chris Davidson
Browse files

Fix disturbing but meaningless comma

This is so upsetting
parent 42399c35
No related branches found
No related tags found
1 merge request!6091.6.6 misc2.21.14
......@@ -185,7 +185,7 @@ newEntity{
m:resolve()
who:logCombat(target or {name = "a spot nearby"}, "#Source# points %s %s at #target#, releasing a writhing tentacle!", who:his_her(), self:getName({do_color = true, no_add_name = true}))
game.zone:addEntity(game.level, m, "actor", x, y)
m.remove_from_party_on_death = true,
m.remove_from_party_on_death = true
game.party:addMember(m, {
control=false,
type="summon",
......
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