mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 13:42:44 +00:00
Should fix the new bugs with webslinger spiders (#5612)
This commit is contained in:
@@ -283,7 +283,7 @@ var/last_chew = 0
|
|||||||
target.update_inv_legcuffed()
|
target.update_inv_legcuffed()
|
||||||
if(target.m_intent != "walk")
|
if(target.m_intent != "walk")
|
||||||
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"
|
target.hud_used.move_intent.icon_state = "walking"
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
@@ -334,6 +334,6 @@ var/last_chew = 0
|
|||||||
target.update_inv_legcuffed()
|
target.update_inv_legcuffed()
|
||||||
if(target.m_intent != "walk")
|
if(target.m_intent != "walk")
|
||||||
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"
|
target.hud_used.move_intent.icon_state = "walking"
|
||||||
return 1
|
return 1
|
||||||
Reference in New Issue
Block a user