summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-07-03 13:25:01 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-07-03 13:25:01 +0200 |
commit | 0301c9220b98bde25458702ad4e1331dcd2b03a7 (patch) | |
tree | 889df6b78f887f20223f0045d706a2e01f7bdc92 /Makefile | |
parent | dac4e74f55073a43401dc283c16ae941260889b9 (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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |