Minor rewording in mouse description (#86729)

## About The Pull Request
Description states they eat uninsulated cable. This has been changed to
say they love eating *insulated* electrical cables.
## Why It's Good For The Game
All cables in the game are insulated, so this keeps things consistant.
It's also more realistic, mice don't bite into electrical cables to get
at the wires inside - they do it because gnawing the soft rubber or
plastic insulation sharpens and maintains their teeth.
## Changelog
🆑
spellcheck: Mice now love the taste of insulated electrical cables, not
uninsulated ones.
/🆑
This commit is contained in:
Da Cool Boss
2024-09-18 23:17:56 +02:00
committed by GitHub
parent a4e9a56b4c
commit 0f504d3420
@@ -1,6 +1,6 @@
/mob/living/basic/mouse
name = "mouse"
desc = "This cute little guy just loves the taste of uninsulated electrical cables. Isn't he adorable?"
desc = "This cute little guy just loves the taste of insulated electrical cables. Isn't he adorable?"
icon_state = "mouse_gray"
icon_living = "mouse_gray"
icon_dead = "mouse_gray_dead"