From 4a3652baa878658b8f90efde5d47bacf1f0d8b9f Mon Sep 17 00:00:00 2001 From: Kiri Date: Fri, 16 Dec 2022 20:56:15 -0800 Subject: [PATCH] Added taco works. --- Changelog | 6 ++++++ README.md | 2 +- caco_summon.zs | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index c5a8ecd..8b359e3 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +2022-12-16 Kiri Jolly + + * caco_summon.zs: Added Taco Works. + + * README.md: Spelling correction. + 2022-10-15 Kiri Jolly * caco_summon.zs: Fixed occasional null dereference crash with the diff --git a/README.md b/README.md index 0e91ba3..b43b43b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ An evil Cacodemon Plushie. Squeeze it and you might make a new friend! - [GZDoom](https://zdoom.org) - Confirmed to work with both the original Doom IWADs (DOOM.WAD, - DOOM2.WAD, TNT.WAD, PLUTONIA.WAD) and Freedom. + DOOM2.WAD, TNT.WAD, PLUTONIA.WAD) and Freedoom. ## Installation diff --git a/caco_summon.zs b/caco_summon.zs index 91c1dbe..853f0ed 100644 --- a/caco_summon.zs +++ b/caco_summon.zs @@ -105,7 +105,8 @@ class KiriCacodemonPlushie : HDWeapon { "Kang", "Garrack", "Bashir", - "O'brien" + "O'brien", + "Taco Works" }; actor spawned_creature;