*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1825 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Magnus 2006-01-08 23:07:33 +00:00
parent 20f470ef8b
commit b66e690347

View file

@ -1518,6 +1518,8 @@ PLAYER BACKPACKS
void() BackpackTouch =
{
if (other.classname != "player")
return;
sprint(other, 2, "loot: found ");
@ -1527,7 +1529,6 @@ void() BackpackTouch =
sprint(other, 2, " 10mm ammo");
}
if (self.weapon == 2)
if (self.weapon == 3)
{
AddStackable(other, IID_AM_556MM, 5+random()*5);
sprint(other, 2, " 5mm ammo");