summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2022-10-18 23:18:53 -0700
committerVito Caputo <vcaputo@pengaru.com>2022-10-18 23:18:53 -0700
commit55b7b4930832b95d276aaf7090976d892c18f752 (patch)
tree73f8a4490ef17d7498356134692a1f5146de37e3 /src/Makefile.am
parentc4b4aad36f83714a49ffc676af8b34de4b87b3ec (diff)
game: introduce a mask powerup
baby vs. mask: baby steals and wears mask as useless hat, adult vs. mask: adult wears mask for 3 hits of virus protection virus vs. masked adult: decrements mask hit points virus vs. hatted baby: same as virus vs. unmasked baby TODO: - visible indication of how many remaining hits mask has - maybe blink mask when one hit remains - sfx for adult mask wearing and loss, baby mask stealing? - sfx for virus vs. mask?
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6752d53..8e6361b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,11 @@
bin_PROGRAMS = sars
sars_SOURCES = \
+ adult-masked-node.c \
+ adult-masked-node.h \
adult-node.c \
adult-node.h \
+ baby-hatted-node.c \
+ baby-hatted-node.h \
baby-node.c \
baby-node.h \
bb2f.h \
@@ -40,6 +44,8 @@ sars_SOURCES = \
m4f.h \
macros.h \
main.c \
+ mask-node.c \
+ mask-node.h \
plasma-node.c \
plasma-node.h \
sars.c \
© All Rights Reserved