gun slinger!

This commit is contained in:
theory 2014-09-24 12:08:24 -07:00
parent 83463224b8
commit 81ad933994

View File

@ -123,6 +123,7 @@
});
}
game.fire = function(){
alert("bang!");
if(!me.started || me.fired){ return }
me.fired = (+ new Date());
if(me.fired < me.scheduled){ // DQ