# HG changeset patch # User Wuzzy # Date 1591310253 -7200 # Node ID 130b5052335c49da199f73d43a93efd2fa1221f7 # Parent 147d0561bebc0fc64e964b33bb062656c391c937 Add missing /sad command help diff -r 147d0561bebc -r 130b5052335c hedgewars/uChat.pas --- a/hedgewars/uChat.pas Fri Jun 05 00:31:14 2020 +0200 +++ b/hedgewars/uChat.pas Fri Jun 05 00:37:33 2020 +0200 @@ -589,14 +589,15 @@ AddChatString(#3 + shortstring(trcmd[sidCmdHsa])); AddChatString(#3 + shortstring(trcmd[sidCmdHta])); AddChatString(#3 + shortstring(trcmd[sidCmdHya])); + AddChatString(#3 + shortstring(trcmd[sidCmdHappy])); + AddChatString(#3 + shortstring(trcmd[sidCmdWave])); AddChatString(#3 + shortstring(trcmd[sidCmdHurrah])); + AddChatString(#3 + shortstring(trcmd[sidCmdShrug])); + AddChatString(#3 + shortstring(trcmd[sidCmdSad])); AddChatString(#3 + shortstring(trcmd[sidCmdIlovelotsoflemonade])); AddChatString(#3 + shortstring(trcmd[sidCmdJuggle])); AddChatString(#3 + shortstring(trcmd[sidCmdRollup])); - AddChatString(#3 + shortstring(trcmd[sidCmdShrug])); - AddChatString(#3 + shortstring(trcmd[sidCmdWave])); AddChatString(#3 + shortstring(trcmd[sidCmdBubble])); - AddChatString(#3 + shortstring(trcmd[sidCmdHappy])); exit end; diff -r 147d0561bebc -r 130b5052335c hedgewars/uTypes.pas --- a/hedgewars/uTypes.pas Fri Jun 05 00:31:14 2020 +0200 +++ b/hedgewars/uTypes.pas Fri Jun 05 00:37:33 2020 +0200 @@ -529,7 +529,8 @@ sidCmdSpeechNumberHint, sidCmdHsa, sidCmdHta, sidCmdHya, sidCmdHurrah, sidCmdIlovelotsoflemonade, sidCmdJuggle, sidCmdRollup, sidCmdShrug, sidCmdWave, sidCmdUnknown, - sidCmdHelpRoom, sidCmdHelpRoomFail, sidCmdBubble, sidCmdHappy); + sidCmdHelpRoom, sidCmdHelpRoomFail, sidCmdBubble, sidCmdHappy, + sidCmdSad); // Events that are important for the course of the game or at least interesting for other reasons TEventId = (eidDied, eidDrowned, eidRoundStart, eidRoundWin, eidRoundDraw, diff -r 147d0561bebc -r 130b5052335c share/hedgewars/Data/Locale/de.txt --- a/share/hedgewars/Data/Locale/de.txt Fri Jun 05 00:31:14 2020 +0200 +++ b/share/hedgewars/Data/Locale/de.txt Fri Jun 05 00:37:33 2020 +0200 @@ -1424,3 +1424,4 @@ 06:28=Du bist nicht online! 06:29=/bubble: Igel die Luft anhalten lassen 06:30=/happy: Igel glücklich aussehen lassen +06:31=/sad: Igel unglücklich aussehen lassen diff -r 147d0561bebc -r 130b5052335c share/hedgewars/Data/Locale/en.txt --- a/share/hedgewars/Data/Locale/en.txt Fri Jun 05 00:31:14 2020 +0200 +++ b/share/hedgewars/Data/Locale/en.txt Fri Jun 05 00:37:33 2020 +0200 @@ -1336,3 +1336,4 @@ 06:28=You're not online! 06:29=/bubble: Make hedgehog hold its breath 06:30=/happy: Make hedgehog look happy +06:31=/sad: Make hedgehog look sad