-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathchanges.html
38 lines (38 loc) · 1.11 KB
/
changes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<title>Rng 76 - Hunt for the TSE Version History</title>
<style>
* {
font-family: sans-serif;
font-size: 22px;
}
table, th, td {
border: 1px solid black;
}
td {
padding: 2px;
}
</style>
</head>
<body>
<center>
<h1 style="font-size: 36px;">Rng 76 - Hunt for the TSE Version History</h1>
<br/>
<table style='border-collapse: collapse; border: 1px solid black;'>
<tr>
<td><b>Version</b></td>
<td><b>Date</b></td>
<td><b>Notes</b></td>
</tr>
<tr>
<td>28</td>
<td>January 29, 2019</td>
<td>
[Fo76 Patch 5] Cryolators, Flamers, Lasers, Plasmas can no longer drop as Explosive.
It is unclear if Tesla & Assaultrons are affected or not.
</td>
</tr>
</table>
</center>
</body>
</html>