Skip to content
Snippets Groups Projects
Commit 3a9118d9 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

make cat odd

parent 275d1f4a
No related branches found
No related tags found
1 merge request!10143catgirl vs catboy
...@@ -92,6 +92,7 @@ App.Events.recRunawayCat = class recRunawayCat extends App.Events.BaseEvent { ...@@ -92,6 +92,7 @@ App.Events.recRunawayCat = class recRunawayCat extends App.Events.BaseEvent {
slave.accent = 2; slave.accent = 2;
slave.canRecruit = 0; slave.canRecruit = 0;
App.Medicine.Modification.addScar(slave, "back", "whip"); App.Medicine.Modification.addScar(slave, "back", "whip");
slave.behavioralFlaw = "odd";
return slave; return 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