Skip to content
Snippets Groups Projects
Commit e60a4ba1 authored by Anu's avatar Anu
Browse files

Gluttonous thief should be gluttonous

parent 7e6d4968
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ App.Events.recHomelessBreakIn = class recHomelessBreakIn extends App.Events.Base
slave.weight = -40;
slave.muscles = random(-40, 20);
slave.intelligence = random(0, 100);
slave.behavioralFlaw = "gluttonous"
slave.face = random(20, 100);
slave.boobs = Math.min(slave.boobs, 300);
slave.butt = Math.min(slave.butt, 2);
......
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