Skip to content

Commit

Permalink
Fixed the issue with Violence not working correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
VTTKenny committed Nov 28, 2023
1 parent 456d2f6 commit b593502
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ <h3 style="text-align: center; margin-bottom: 0px; padding-bottom: 0px;" data-i1
<label class="sheet-skillsheader" data-i18n="violence">VIOLENCE</label>
</div>
<div class="sheet-skillsheadervalue">
<input type="number" value="0" style="width:60px;" name="attr_brains" />
<input type="number" value="0" style="width:60px;" name="attr_violence" />
</div>
<div class="sheet-athletics">
<label class="skills" data-i18n="skill-athletics">Athletics</label>
Expand Down
4 changes: 4 additions & 0 deletions Paranoia Perfect Edition Official/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This is the Official Mongoose Paranoia Perfect Edition Character Sheet

- Please report any issues on the Mongoose Publishing forums

### Version 1.01.01

- Violence Attribute is now fixed on the character sheet 'Public' page

### Version 1.01.00

- Macros & Tables now display in the chat window in a more 'Paranoia' way
Expand Down
2 changes: 1 addition & 1 deletion Paranoia Perfect Edition Official/sheet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"authors": "Mongoose Publishing",
"roll20userid": "11784461",
"preview": "Official Mongoose Publishing Paranoia Character Sheet.jpg",
"instructions": "# Official Mongoose Publishing Paranoia Character Sheet\r\r### Version 1.01.00 \r\r## Character Sheet\r\r* This is the Official Mongoose Paranoia Perfect Edition Character Sheet\r* Please report any issues on the Mongoose Publishing forums\r* Macros & Tables now display in the chat window in a more 'Paranoia' way\r* Flags (loyal, greylisted etc) will affect the Computer Dice showing up automatically\r* Drag and Drop of data (Equipment, Mutant Powers, Service Groups and Secret Societies) will be added in a future release\r* For Avatars to display correctly they should be at least 175px wide\r* Setting Wounds or Flags to a higher value will automatically tick all boxes above, to unset untick each level in turn",
"instructions": "# Official Mongoose Publishing Paranoia Character Sheet\r\r### Version 1.01.01 \r\r## Character Sheet\r\r* This is the Official Mongoose Paranoia Perfect Edition Character Sheet\r* Please report any issues on the Mongoose Publishing forums\r* Macros & Tables now display in the chat window in a more 'Paranoia' way\r* Flags (loyal, greylisted etc) will affect the Computer Dice showing up automatically\r* Drag and Drop of data (Equipment, Mutant Powers, Service Groups and Secret Societies) will be added in a future release\r* For Avatars to display correctly they should be at least 175px wide\r* Setting Wounds or Flags to a higher value will automatically tick all boxes above, to unset untick each level in turn",
"legacy": false
}

0 comments on commit b593502

Please sign in to comment.