mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Adds new sounds for RIGs. (#9617)
This commit is contained in:
@@ -156,6 +156,8 @@
|
||||
if (is_noisy && !stat && !lying)
|
||||
if ((x == last_x && y == last_y) || !footsound)
|
||||
return
|
||||
if(shoes && (shoes.item_flags & SILENT))
|
||||
return // quiet shoes
|
||||
last_x = x
|
||||
last_y = y
|
||||
if (m_intent == "run")
|
||||
|
||||
Reference in New Issue
Block a user