dropping items by themselves

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
wario
Posts: 228
Joined: Fri Oct 01, 2004 7:53 am
Location: netherlands

dropping items by themselves

Post by wario »

well i have noticed that the zombies will drop clips with decorate in heretic they are ofcousre completly invisible ( dint add sprites). but why do they drop it?. i mean its not in decorate. can this be changed like it was in 63a when they did not drop clips with just the decorate

ACTOR ZombieManDTF : ZombieMan 7001
{
Obituary "%o got shot by a zombieman"
}

so they drop clips without saying they should. so can this be fixed like it was in 63a when they did not drop clips :roll:

im not sure if this is a bug or suggestion :oops:
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

That's supposed to happen: The "dropitem" list is inherted unless there is a new list. Since you haven't done so, it will still drop a clip. To fix, add this

Code: Select all

DropItem ""
User avatar
wario
Posts: 228
Joined: Fri Oct 01, 2004 7:53 am
Location: netherlands

Post by wario »

ah thx... bug fixed 8-)
Post Reply

Return to “Closed Bugs [GZDoom]”