Added taco works.
This commit is contained in:
parent
02e9f88019
commit
4a3652baa8
@ -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>
|
2022-10-15 Kiri Jolly <expiredpopsicle@gmail.com>
|
||||||
|
|
||||||
* caco_summon.zs: Fixed occasional null dereference crash with the
|
* caco_summon.zs: Fixed occasional null dereference crash with the
|
||||||
|
@ -11,7 +11,7 @@ An evil Cacodemon Plushie. Squeeze it and you might make a new friend!
|
|||||||
- [GZDoom](https://zdoom.org)
|
- [GZDoom](https://zdoom.org)
|
||||||
|
|
||||||
- Confirmed to work with both the original Doom IWADs (DOOM.WAD,
|
- 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
|
## Installation
|
||||||
|
|
||||||
|
@ -105,7 +105,8 @@ class KiriCacodemonPlushie : HDWeapon {
|
|||||||
"Kang",
|
"Kang",
|
||||||
"Garrack",
|
"Garrack",
|
||||||
"Bashir",
|
"Bashir",
|
||||||
"O'brien"
|
"O'brien",
|
||||||
|
"Taco Works"
|
||||||
};
|
};
|
||||||
|
|
||||||
actor spawned_creature;
|
actor spawned_creature;
|
||||||
|
Loading…
Reference in New Issue
Block a user