From 77eceb6b2fe0b5984dea2cd8303a4a96f54cf921 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 20 Aug 2019 14:03:35 -0300 Subject: Give EXP to homunculus even if they don't fight (a bonus from master EXP) --- .tools/scripts/init.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.tools/scripts') diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index 8fb823781..a78f20088 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -112,6 +112,10 @@ function make_server { ls -la ../server-data/plugins if [ -e "../server-data/.tools/beta.patch2" ] then + echo "Download and install Python 2.7 Minimal ........" + aptget_install python2.7-minimal + echo "Download and apply reapply patch ........" + python2.7 ../server-data/.tools/reapply.py echo "Apply beta.patch2 ........" git apply ../server-data/.tools/beta.patch2 echo "........ Done." -- cgit v1.2.3-70-g09d2