Skip to content
Snippets Groups Projects
Commit 0fa571c2 authored by vas's avatar vas
Browse files

fix improper initialisation

parent df908431
No related branches found
No related tags found
1 merge request!2201fix improper initialisation
......@@ -3,11 +3,12 @@
window.rulesAutosurgery = (function() {
"use strict";
let V;
let r = "";
let r;
return rulesAutoSurgery;
function rulesAutoSurgery(slave) {
V = State.variables;
r = "";
const surgeries = [];
const thisSurgery = ProcessHGTastes(slave);
if (slave.health > 20)
......
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