Should fix the new bugs with webslinger spiders (#5612)

This commit is contained in:
Anewbe
2018-09-27 19:20:28 -05:00
committed by Mechoid
parent acf956eaca
commit f81f27ff4f

View File

@@ -283,7 +283,7 @@ var/last_chew = 0
target.update_inv_legcuffed()
if(target.m_intent != "walk")
target.m_intent = "walk"
if(target.hud_used && user.hud_used.move_intent)
if(target.hud_used && target.hud_used.move_intent)
target.hud_used.move_intent.icon_state = "walking"
return 1
@@ -334,6 +334,6 @@ var/last_chew = 0
target.update_inv_legcuffed()
if(target.m_intent != "walk")
target.m_intent = "walk"
if(target.hud_used && user.hud_used.move_intent)
if(target.hud_used && target.hud_used.move_intent)
target.hud_used.move_intent.icon_state = "walking"
return 1