grammar fix

This commit is contained in:
Birdtalon
2017-09-12 10:18:25 +01:00
parent 9c8de7976d
commit 7dad1372e6
+1 -1
View File
@@ -181,7 +181,7 @@
if((!silence_steps || shoe_sound) && TR.use(4))
silence_steps = 1
shoe_sound = null
to_chat(user, "You tape the soles of [src] to silence their footsteps.")
to_chat(user, "You tape the soles of [src] to silence them.")
else
return ..()