--- 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;
--- 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,
--- 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
--- 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