yeah pretty good.
This commit is contained in:
parent
48c1a3af7a
commit
9cdac2b47e
4 changed files with 45 additions and 13 deletions
|
@ -8,6 +8,9 @@ returnpos = new vec2(0, 0);
|
|||
dir = DIR.NONE;
|
||||
attacks = 0;
|
||||
attacked = 0;
|
||||
inventory = [];
|
||||
c_addweapon(id, wp.nothing);
|
||||
equippedweapon = noone;
|
||||
|
||||
continuecombat = function(me, them) {
|
||||
//if stamina returnable = true stamina-- return true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue