mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-29 19:42:42 +00:00
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:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user