mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
gun slinger!
This commit is contained in:
parent
fb172a7947
commit
30f10eeb87
@ -133,9 +133,11 @@
|
||||
if(me.fired < me.scheduled){ // DQ
|
||||
me.dqed = me.player;
|
||||
gun.path('dqed').set(me.player);
|
||||
alert('DQing you');
|
||||
return;
|
||||
}
|
||||
gun.path('dqed').get(function(yes){
|
||||
alert('dqed ' + yes);
|
||||
if(yes){ return }
|
||||
game.$duel.css({background: 'gold'}).find('h2').text("STOP!");
|
||||
gun.path('sling').set(me.player);
|
||||
|
Loading…
x
Reference in New Issue
Block a user