adding sand strider npc generator

This commit is contained in:
evilchili
2023-12-16 11:55:58 -08:00
parent 91fa27b86e
commit 2252a98798
3 changed files with 96 additions and 11 deletions
@@ -28,7 +28,7 @@
{% set target = article.title.replace(' ', '_') %}
{% if self.is_dm() or article.show_dm_content %}
<div class='location'>
<div class='location statblock'>
<div style='cursor: pointer;'
onclick="document.getElementById('{{target}}').style.display=((document.getElementById('{{ target }}').style.display=='none')?'':'none');" ><h3>{{ article.title }}</h3></div>
<div id="{{ target }}" style='display:none;'>