diff options
author | Your Name <you@example.com> | 2021-12-25 16:52:34 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2021-12-25 16:52:34 -0500 |
commit | 52b91a1aca6640b1797a63afc8a9e9a778b0964a (patch) | |
tree | 0cfb8ebe6a0a511607b3acc6c67228b796cd9c90 /Makefile | |
parent | d8d1056af0383f0ef67c6d70d1594bcb430d7281 (diff) | |
download | dmtool-52b91a1aca6640b1797a63afc8a9e9a778b0964a.tar.gz dmtool-52b91a1aca6640b1797a63afc8a9e9a778b0964a.tar.bz2 dmtool-52b91a1aca6640b1797a63afc8a9e9a778b0964a.zip |
Added capability to cause two npcs to attack each other
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ src/cmd_fsops.o: src/cmd_fsops.cc src/cmd.h src/utils.h src/entry.h \ src/cmd_manipulate.o: src/cmd_manipulate.cc src/cmd.h src/utils.h \ src/entry.h src/defines.h src/creature.h src/rules.h src/feature.h \ - src/item.h src/spellcasting.h src/spell.h src/settings.h + src/item.h src/spellcasting.h src/spell.h src/settings.h src/weapon.h $(CC) $(CFLAGS) $< -o $@ `pkg-config $(LIBS) --cflags` src/cmd_query.o: src/cmd_query.cc src/cmd.h src/utils.h src/entry.h \ |