Skip to content

Commit

Permalink
Ficha Savage Worlds v1.1.1
Browse files Browse the repository at this point in the history
* bug fixes
  • Loading branch information
ViniciusDinizLima committed Dec 15, 2024
1 parent 74c0e23 commit 8190553
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
if rollObject.ops[1].resultados[1] == 1 and rollObject.ops[3].resultados[1] == 1 then
chat:enviarMensagem("Falha Crítica!")
end
else
if rollObject.ops[1].resultados[1] == 1 then
chat:enviarMensagem("Falha Crítica!")
end
end
while ace do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
if rollObject.ops[1].resultados[1] == 1 and rollObject.ops[3].resultados[1] == 1 then
chat:enviarMensagem("Falha Crítica!")
end
else
if rollObject.ops[1].resultados[1] == 1 then
chat:enviarMensagem("Falha Crítica!")
end
end
while ace do
Expand Down
2 changes: 1 addition & 1 deletion Plugins/Sheets/Ficha Universal Savage Worlds/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<module sdkVersion="3.7b">
<id>Ambesek.Universal.Savage.Worlds</id>
<version>1.1</version>
<version>1.1.1</version>
<info lang="pt-BR">
<name>Ficha Universal Savage Worlds</name>
<description>Ficha universal para o sistema Savage Worlds</description>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/plugins.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
</dataType>
</dataTypes>
</element>
<element id="Ambesek.Universal.Savage.Worlds" name="Ficha Universal Savage Worlds" url="https://github.com/rrpgfirecast/firecast/blob/master/Plugins/Sheets/Ficha%20Universal%20Savage%20Worlds/output/Ficha%20Universal%20Savage%20Worlds.rpk?raw=true" fileName="Ficha Universal Savage Worlds.rpk" repositoryPath="Sheets/Ficha Universal Savage Worlds/" author="Ambesek" description="Ficha universal para o sistema Savage Worlds" version="1.1" compilationDate="08122024231814" compilationDigest="aa589b57b75fbab0e6aff683ca4bfbd6cf3f2d73">
<element id="Ambesek.Universal.Savage.Worlds" name="Ficha Universal Savage Worlds" url="https://github.com/rrpgfirecast/firecast/blob/master/Plugins/Sheets/Ficha%20Universal%20Savage%20Worlds/output/Ficha%20Universal%20Savage%20Worlds.rpk?raw=true" fileName="Ficha Universal Savage Worlds.rpk" repositoryPath="Sheets/Ficha Universal Savage Worlds/" author="Ambesek" description="Ficha universal para o sistema Savage Worlds" version="1.1.1" compilationDate="08122024231814" compilationDigest="aa589b57b75fbab0e6aff683ca4bfbd6cf3f2d73">
<info lang="pt-BR" name="Ficha Universal Savage Worlds" description="Ficha universal para o sistema Savage Worlds" author="Ambesek" site="https://github.com/VinnyAmbesek"/>
<dataTypes>
<dataType id="Ambesek.Universal.SavageWorlds" title="Ficha Universal Savage Worlds" formType="sheetTemplate">
Expand Down

0 comments on commit 8190553

Please sign in to comment.