Added taco works.

main
Kiri 2022-12-16 20:56:15 -08:00
parent 02e9f88019
commit 4a3652baa8
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2022-12-16 Kiri Jolly <expiredpopsicle@gmail.com>
* caco_summon.zs: Added Taco Works.
* README.md: Spelling correction.
2022-10-15 Kiri Jolly <expiredpopsicle@gmail.com>
* caco_summon.zs: Fixed occasional null dereference crash with the

View File

@ -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

View File

@ -105,7 +105,8 @@ class KiriCacodemonPlushie : HDWeapon {
"Kang",
"Garrack",
"Bashir",
"O'brien"
"O'brien",
"Taco Works"
};
actor spawned_creature;