Skip to content

Commit b5f4105

Browse files
committed
Add dumplog links for NerfHack and CrecelleHack
1 parent 56b9f8b commit b5f4105

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/junethack/models/server.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,10 @@ def dumplog_link(game)
127127
"https://#{prefix}.hardfought.org/userdata/#{player}/gnollhack/dumplog/#{game.starttime}.gnoll.html"
128128
when "hck"
129129
"https://#{prefix}.hardfought.org/userdata/#{player}/hackem/dumplog/#{game.starttime}.hackem.html"
130+
when "nerf"
131+
"https://#{prefix}.hardfought.org/userdata/#{player}/nerfhack/dumplog/#{game.starttime}.nerf.html"
132+
when "crec"
133+
"https://#{prefix}.hardfought.org/userdata/#{player}/crecellehack/dumplog/#{game.starttime}.cre.html"
130134
end
131135
when "em.slashem.me"
132136
case game.version

0 commit comments

Comments
 (0)