Skip to content
Snippets Groups Projects
Commit 93ac713d authored by svornost's avatar svornost
Browse files

Fix broken age parameter

parent ea4ad3d9
No related branches found
No related tags found
1 merge request!11653Fixes
...@@ -72,7 +72,7 @@ App.Events.PShootResult = class PShootResult extends App.Events.BaseEvent { ...@@ -72,7 +72,7 @@ App.Events.PShootResult = class PShootResult extends App.Events.BaseEvent {
const el = new DocumentFragment(); const el = new DocumentFragment();
let r = []; let r = [];
const slave = GenerateNewSlave("XX", { const slave = GenerateNewSlave("XX", {
disableDisability: 1, ageOverridesPedoMode: 1, mixAge: 18, maxAge: 28 disableDisability: 1, ageOverridesPedoMode: 1, minAge: 16, maxAge: 28
}); });
slave.origin = "You won $him at a shotgun match against other arcology owners."; slave.origin = "You won $him at a shotgun match against other arcology owners.";
adjustSkin(slave); adjustSkin(slave);
......
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