Fixes canes (#2996)

Canes and concealed canes have the same size, also fixes and re-adds their old update icon proc. And also, probably fixes beepsky attacking the hos dog.
This commit is contained in:
Alberyk
2017-07-10 20:08:54 +03:00
committed by skull132
parent 2ee49b1b9e
commit 97d2a54ee4
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -300,7 +300,7 @@
C.update_inv_handcuffed()
if(preparing_arrest_sounds.len)
playsound(loc, pick(preparing_arrest_sounds), 50, 0)
else if(istype(M, /mob/living/simple_animal))
else if(istype(M, /mob/living/simple_animal) && !istype(M, /mob/living/simple_animal/hostile/commanded))
var/mob/living/simple_animal/S = M
S.AdjustStunned(10)
S.adjustBruteLoss(15)