*** 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:
parent
20f470ef8b
commit
b66e690347
1 changed files with 2 additions and 1 deletions
|
@ -1518,6 +1518,8 @@ PLAYER BACKPACKS
|
||||||
|
|
||||||
void() BackpackTouch =
|
void() BackpackTouch =
|
||||||
{
|
{
|
||||||
|
if (other.classname != "player")
|
||||||
|
return;
|
||||||
|
|
||||||
sprint(other, 2, "loot: found ");
|
sprint(other, 2, "loot: found ");
|
||||||
|
|
||||||
|
@ -1527,7 +1529,6 @@ void() BackpackTouch =
|
||||||
sprint(other, 2, " 10mm ammo");
|
sprint(other, 2, " 10mm ammo");
|
||||||
}
|
}
|
||||||
if (self.weapon == 2)
|
if (self.weapon == 2)
|
||||||
if (self.weapon == 3)
|
|
||||||
{
|
{
|
||||||
AddStackable(other, IID_AM_556MM, 5+random()*5);
|
AddStackable(other, IID_AM_556MM, 5+random()*5);
|
||||||
sprint(other, 2, " 5mm ammo");
|
sprint(other, 2, " 5mm ammo");
|
||||||
|
|
Loading…
Reference in a new issue