corrected blind message when knocking someone off a table (#14370)

This commit is contained in:
RedWolfie
2020-09-18 12:47:53 -04:00
committed by GitHub
parent 76361cda84
commit 61b122aaf3
+1 -1
View File
@@ -90,7 +90,7 @@
..()
if(climber)
climber.Weaken(2)
climber.visible_message("<span class='warning'>[climber.name] has been knocked off the table", "You've been knocked off the table", "You see [climber.name] get knocked off the table</span>")
climber.visible_message("<span class='warning'>[climber.name] has been knocked off the table", "You've been knocked off the table", "You hear [climber.name] get knocked off the table</span>")
else if(Adjacent(user) && user.pulling && user.pulling.pass_flags & PASSTABLE)
user.Move_Pulled(src)
if(user.pulling.loc == loc)