Skip to content
Snippets Groups Projects
Commit 14149cb2 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

player

parent 421362f7
No related branches found
No related tags found
1 merge request!8296Death to js, store deaths in a distinct map instead of a slave property
...@@ -92,7 +92,6 @@ globalThis.convertPlayerToSlave = function(slave, badEnd = "boring") { ...@@ -92,7 +92,6 @@ globalThis.convertPlayerToSlave = function(slave, badEnd = "boring") {
slave.rules.mobility = "restrictive"; slave.rules.mobility = "restrictive";
slave.pregControl = "none"; slave.pregControl = "none";
slave.readyProsthetics = []; slave.readyProsthetics = [];
slave.death = "";
slave.onDiet = 0; slave.onDiet = 0;
slave.haircuts = 0; slave.haircuts = 0;
slave.newGamePlus = 0; slave.newGamePlus = 0;
......
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