Skip to content
Snippets Groups Projects
Commit a7a968f9 authored by HousePet's avatar HousePet
Browse files

Damn rogue commas!

parent 9bd58e9e
No related branches found
No related tags found
No related merge requests found
...@@ -1075,7 +1075,7 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_FOCUS", ...@@ -1075,7 +1075,7 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_FOCUS",
who:sortInven(who.INVEN_INVEN) who:sortInven(who.INVEN_INVEN)
who.changed = true who.changed = true
game.logPlayer(who, "You created: %s", o:getName{do_color=true}) game.logPlayer(who, "You created: %s", o:getName{do_color=true})
end }, end }
end), end),
resolvers.genericlast(function(o) if o.wielder.learn_talent then o.wielder.learn_talent["T_COMMAND_STAFF"] = nil end end), resolvers.genericlast(function(o) if o.wielder.learn_talent then o.wielder.learn_talent["T_COMMAND_STAFF"] = nil end end),
fake_ego = true, fake_ego = true,
...@@ -1194,7 +1194,7 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_HEART", ...@@ -1194,7 +1194,7 @@ newEntity{ base = "BASE_GEM", define_as = "CRYSTAL_HEART",
who:sortInven(who.INVEN_INVEN) who:sortInven(who.INVEN_INVEN)
who.changed = true who.changed = true
game.logPlayer(who, "You created: %s", o:getName{do_color=true}) game.logPlayer(who, "You created: %s", o:getName{do_color=true})
end }, end }
end), end),
} }
game.zone:applyEgo(o, crystalline_ego, "object", true) game.zone:applyEgo(o, crystalline_ego, "object", true)
......
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