mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #4528 from Atermonera/int_gps
Adds gps units to borgs
This commit is contained in:
@@ -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"
|
||||
|
||||
5
html/changelogs/Atermonera - int_gps.yml
Normal file
5
html/changelogs/Atermonera - int_gps.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
author: Atermonera
|
||||
|
||||
delete-after: True
|
||||
|
||||
- rscadd: "Station-bound synthetics now have gps units"
|
||||
Reference in New Issue
Block a user