Conflicts resolution

In items weapons melee misc
This commit is contained in:
Razharas
2014-12-29 11:49:30 +03:00
18 changed files with 110 additions and 205 deletions
-4
View File
@@ -266,10 +266,6 @@
if(I.damtype == BRUTE || I.damtype == BURN)
user.changeNext_move(CLICK_CD_MELEE)
hit(I.force)
if(health <= 7)
anchored = 0
update_nearby_icons()
step(src, get_dir(user, src))
else
playsound(loc, 'sound/effects/Glasshit.ogg', 75, 1)
..()