Merge pull request #10592 from AlexanderUlanH/tables

Brings Tabling in line with newer stuns
This commit is contained in:
phil235
2015-07-16 19:38:14 +02:00
+1 -1
View File
@@ -124,7 +124,7 @@
if(!G.confirm())
return 0
G.affecting.loc = src.loc
G.affecting.Weaken(5)
G.affecting.Weaken(2)
G.affecting.visible_message("<span class='danger'>[G.assailant] pushes [G.affecting] onto [src].</span>", \
"<span class='userdanger'>[G.assailant] pushes [G.affecting] onto [src].</span>")
add_logs(G.assailant, G.affecting, "pushed")