summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2018-07-03 13:25:01 +0200
committernsensfel <SpamShield0@noot-noot.org>2018-07-03 13:25:01 +0200
commit0301c9220b98bde25458702ad4e1331dcd2b03a7 (patch)
tree889df6b78f887f20223f0045d706a2e01f7bdc92 /Makefile
parentdac4e74f55073a43401dc283c16ae941260889b9 (diff)
Still working on those victory conditions...
Somehow, I got a commander killing their attacker through a parry, yet that led to the commander's player being eliminated. Both characters' health seemed to have taken the correct values in the DB, though...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7a42688..d73abd2 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ WWW_DIR ?= ${CURDIR}/www
LOG_DIR ?= ${CURDIR}/log
## Local only?
-#ERL_NAME_VS_SNAME ?= -name
-ERL_NAME_VS_SNAME ?= -sname
+ERL_NAME_VS_SNAME ?= -name
+#ERL_NAME_VS_SNAME ?= -sname
## Binaries
ERLC ?= erlc