Skip to content

Commit

Permalink
Fixes name wrapping issue (closes #6 ) anf Red Clip weapon id
Browse files Browse the repository at this point in the history
  • Loading branch information
Shojy committed Oct 28, 2018
1 parent 142ae92 commit f69df6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tseng/Data/new-threat/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
},

{
"Id": 4,
"Id": 48,
"Name": "Red Clip",
"Type": "Hairpin",
"LinkedSlots": 0,
Expand Down
1 change: 1 addition & 0 deletions Tseng/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
clear: both;
height: 175px;
padding-left: 20px;
width: 150%;
}
.portrait {
Expand Down
2 changes: 1 addition & 1 deletion Tseng/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>

<head>
<title>Tseng v0.8-alpha</title>
<title>Tseng v0.9-alpha</title>
<style>
body {
background: #000;
Expand Down

0 comments on commit f69df6f

Please sign in to comment.