From 511f0a344b050bd623625a76427cd5b6d0c0f1cb Mon Sep 17 00:00:00 2001 From: atermonera Date: Fri, 12 Jan 2018 19:56:55 -0800 Subject: [PATCH] Adds gps units to borgs --- .../mob/living/silicon/robot/robot_modules/station.dm | 1 + html/changelogs/Atermonera - int_gps.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 html/changelogs/Atermonera - int_gps.yml diff --git a/code/modules/mob/living/silicon/robot/robot_modules/station.dm b/code/modules/mob/living/silicon/robot/robot_modules/station.dm index 9098348e3a..3bb8827f78 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules/station.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules/station.dm @@ -156,6 +156,7 @@ var/global/list/robot_modules = list( src.modules += new /obj/item/device/flash(src) src.modules += new /obj/item/weapon/crowbar/cyborg(src) src.modules += new /obj/item/weapon/extinguisher(src) + src.modules += new /obj/item/device/gps/robot(src) /obj/item/weapon/robot_module/robot/standard name = "standard robot module" diff --git a/html/changelogs/Atermonera - int_gps.yml b/html/changelogs/Atermonera - int_gps.yml new file mode 100644 index 0000000000..e08ec6f4f6 --- /dev/null +++ b/html/changelogs/Atermonera - int_gps.yml @@ -0,0 +1,5 @@ +author: Atermonera + +delete-after: True + + - rscadd: "Station-bound synthetics now have gps units"