Skip to content
Snippets Groups Projects
Commit 2739a87b authored by Skriv's avatar Skriv
Browse files

Revert "weight type fix"

This reverts commit 1ebe2134.
parent 05d25c5c
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ App.Medicine.Modification = {}; ...@@ -5,7 +5,7 @@ App.Medicine.Modification = {};
* @param {App.Entity.SlaveState} slave * @param {App.Entity.SlaveState} slave
* @param {string} scar * @param {string} scar
* @param {string} design * @param {string} design
* @param {number} weight * @param {string} weight
*/ */
App.Medicine.Modification.addScar = function(slave, scar, design, weight) { App.Medicine.Modification.addScar = function(slave, scar, design, weight) {
/* /*
...@@ -63,7 +63,7 @@ App.Medicine.Modification.removeScar = function(slave, scar, design) { ...@@ -63,7 +63,7 @@ App.Medicine.Modification.removeScar = function(slave, scar, design) {
/** /**
* Slave is whipped over the entire body, and strains in manacles so much that the wrists and ankles scar if present. * Slave is whipped over the entire body, and strains in manacles so much that the wrists and ankles scar if present.
* @param {App.Entity.SlaveState} slave * @param {App.Entity.SlaveState} slave
* @param {number} weight * @param {string} weight
*/ */
App.Medicine.Modification.addScourged = function(slave, weight) { App.Medicine.Modification.addScourged = function(slave, weight) {
let scarArray = ["left breast", "right breast", "back", "lower back", "left buttock", "right buttock"]; let scarArray = ["left breast", "right breast", "back", "lower back", "left buttock", "right buttock"];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment