Missed a few riot shields that were hiding in closets.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@190 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2010-09-27 18:49:54 +00:00
parent fccf5fd5a6
commit 1f752bcd7e

View File

@@ -4,7 +4,7 @@
//new /obj/item/weapon/storage/flashbang_kit(src)
// Seriously gimping the number of flashes security get, will probably change later -- TLE
new /obj/item/weapon/flashbang(src)
new /obj/item/weapon/shield/riot(src)
// new /obj/item/weapon/shield/riot(src)
new /obj/item/weapon/handcuffs(src)
new /obj/item/weapon/gun/energy/taser_gun(src)
new /obj/item/device/flash(src)
@@ -40,7 +40,7 @@
/obj/secure_closet/highsec/New()
..()
sleep(2)
new /obj/item/weapon/shield/riot(src)
// new /obj/item/weapon/shield/riot(src)
new /obj/item/weapon/gun/energy/general( src )
new /obj/item/device/flash( src )
new /obj/item/weapon/storage/id_kit( src )
@@ -54,7 +54,7 @@
/obj/secure_closet/hos/New()
..()
sleep(2)
new /obj/item/weapon/shield/riot(src)
// new /obj/item/weapon/shield/riot(src)
new /obj/item/weapon/gun/energy/general( src )
new /obj/item/device/flash( src )
new /obj/item/weapon/storage/id_kit( src )