VSCode fixes (#22847)

* some fixes

* ow my brain

* ight then

* more

* MORE

* ;
This commit is contained in:
Paul Ritter
2019-05-10 14:23:19 +02:00
committed by jknpj
parent f8c3d550ee
commit d1da9115b4
25 changed files with 36 additions and 38 deletions

View File

@@ -193,7 +193,8 @@
visible_message("<span class='danger'>[M] has attempted to punch [src]!</span>")
if(src.health <= 0)
src.explode()
M.delayNextAttack(10)
M.delayNextAttack(10)
..()
/obj/machinery/bot/chefbot/kick_act()