From 3e34499cd77c26e875c9751fa5c661d1e8489c4f Mon Sep 17 00:00:00 2001 From: oniAnon <11391-oniAnon@users.noreply.gitgud.io> Date: Sun, 23 Jun 2019 09:38:53 -0700 Subject: [PATCH] Update rulesAssistant.js Added horn and earShape to emptySurgery for support in the RA. --- src/js/rulesAssistant.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/js/rulesAssistant.js b/src/js/rulesAssistant.js index b1ed14d3311..cbdb8a46604 100644 --- a/src/js/rulesAssistant.js +++ b/src/js/rulesAssistant.js @@ -412,6 +412,8 @@ App.RA.newRule = function() { hair: null, bodyhair: null, vasectomy: null, + earShape: null, + horn: null, bellyImplant: null }; } -- GitLab