Guest User

Untitled

a guest
May 17th, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <% if @armor_deflections > 0 %>
  2.  
  3. <% unless @armor_destroyed > 0 %>
  4.  
  5. <img src="<%= host %>/images/ext/mines/armor_saved.png" width="145" height="85" style="float:left;" />
  6. <% else %>
  7. <!-- missing armor image here -->
  8.  
  9. <% end %>
  10.  
  11. <% elsif @armor_destroyed > 0 %>
  12.  
  13. <img src="<%= host %>/images/ext/mines/armor_broken.png" width="145" height="77" style="float:left;" />
  14.  
  15. <% else %>
  16.  
  17. <img src="<%= host %>/images/ext/mines/mine.png" width="145" height="72" style="float:left;" />
  18.  
  19. <% end %>
Add Comment
Please, Sign In to add comment