better logs

This commit is contained in:
Mieszko Jędrzejczak
2016-08-13 02:26:58 +02:00
parent 7490b921c7
commit 5b4ac65079
@@ -384,7 +384,7 @@
G.change_gender(pick(MALE,FEMALE))
G.loc = src.loc
G.key = ghost.key
G.attack_log += "\[[time_stamp()]\] <font color='blue'>Has been summoned by [user.name] ([user.ckey])</font>"
add_log(G, user, "summoned", null, "as a golem")
to_chat(G, "You are an adamantine golem. You move slowly, but are highly resistant to heat and cold as well as blunt trauma. You are unable to wear clothes, but can still use most tools. Serve [user], and assist them in completing their goals at any cost.")
qdel(src)