Skip to content

Commit

Permalink
fix: all artefacts have the same image
Browse files Browse the repository at this point in the history
Closes #255
  • Loading branch information
martinambrus committed Nov 3, 2017
1 parent 6d1182e commit 3863456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Templates/Build/27_show.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if ($artefact['type'] == 8){$kind=$artefact['kind']; $effecty=$artefact['effect2
$bonus=$betterorbadder." ".$effecty."";
?>

<div class="artefact image-6">
<div class="artefact image-<?php echo $artefact['type'] ?>">
<table id="art_details" cellpadding="1" cellspacing="1">
<thead>
<tr>
Expand Down

0 comments on commit 3863456

Please sign in to comment.