diff --git a/doomsday/plugins/dehread/src/dehmain.c b/doomsday/plugins/dehread/src/dehmain.c index 4889e84ef7..c87eddae4a 100644 --- a/doomsday/plugins/dehread/src/dehmain.c +++ b/doomsday/plugins/dehread/src/dehmain.c @@ -1765,6 +1765,8 @@ int PatchWeapon(int weapNum) SetValueStr(buf, "Atk", ded->states[val].id); else if(!stricmp(Line1, "Firing frame")) SetValueStr(buf, "Flash", ded->states[val].id); + else if(!stricmp(Line1, "Ammo per shot")) + SetValueInt(buf, "Per shot", val); else LPrintf(unknown_str, Line1, "Weapon", weapNum); }