chore: port rest of magma block stuff

This commit is contained in:
Fireblade
2026-07-18 20:52:23 -04:00
parent d3067a7d0a
commit f5afc92cdd
13 changed files with 83 additions and 8 deletions
+9
View File
@@ -1795,6 +1795,15 @@ void ClientConnection::handleChat(shared_ptr<ChatPacket> packet)
replacePlayer = true;
replaceEntitySource = true;
break;
case ChatPacket::e_ChatDeathHotFloor:
message=app.GetString(IDS_DEATH_HOT_FLOOR);
replacePlayer = true;
break;
case ChatPacket::e_ChatDeathHotFloorPlayer:
message=app.GetString(IDS_DEATH_HOT_FLOOR_PLAYER);
replacePlayer = true;
replaceEntitySource = true;
break;
case ChatPacket::e_ChatDeathFellAccidentLadder: