Add a holowarrant to the secborg preset. (#1615)

Autosync the local warrants with the datacore on opening the device

Please describe the intent of your changes in a clear fashion.
Please make sure that, in the case of icon or mapping changes, you include images of these changes in the PR's description.
This commit is contained in:
Werner
2017-01-23 20:07:37 +01:00
committed by skull132
parent 9b30b1daec
commit 02d6d1932b
3 changed files with 64 additions and 37 deletions

View File

@@ -464,6 +464,7 @@ var/global/list/robot_modules = list(
src.modules += new /obj/item/weapon/melee/baton/robot(src)
src.modules += new /obj/item/weapon/gun/energy/taser/mounted/cyborg(src)
src.modules += new /obj/item/taperoll/police(src)
src.modules += new /obj/item/device/holowarrant(src)
src.emag = new /obj/item/weapon/gun/energy/laser/mounted(src)
..()