Restores icon for the mobility module (#15974)

* Restores icon for the mobility module.

* Points to signs.dmi instead

---------

Co-authored-by: Andrew Cooper <mikomyazaki@gmail.com>
This commit is contained in:
mikomyazaki
2023-03-08 03:06:10 +00:00
committed by GitHub
co-authored by Andrew Cooper
parent 1e43e6e655
commit af62fa18e8
2 changed files with 43 additions and 2 deletions
@@ -1,13 +1,13 @@
/obj/item/borg/combat/mobility
name = "mobility module"
desc = "By retracting limbs and tucking in its head, a combat android can roll at high speeds."
icon = 'icons/obj/decals.dmi'
icon = 'icons/obj/signs.dmi'
icon_state = "shock"
/obj/item/borg/rescue/mobility
name = "mobility module"
desc = "The Rescue Module has been outfitted with thrusters capable of retrieving injured Crew at speeds unheard of in other Stationbound modules."
icon = 'icons/obj/decals.dmi'
icon = 'icons/obj/signs.dmi'
icon_state = "shock"
/obj/item/borg/combat/mobility/on_module_activate(mob/living/silicon/robot/R)