Skip to content

Commit

Permalink
Updated and finished the Prison Station
Browse files Browse the repository at this point in the history
-Mass Driver Moved down to the death sentences area
-Lethal Injections room added
-Lethal Injections locker added to prison station
-3 Empty Large Syringes added to lethal injections room

Added Lethal Injections Locker (Contains 2 Large Chloral Hydrate Syringes)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1541 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
Superxpdude@gmail.com authored and Superxpdude@gmail.com committed May 7, 2011
1 parent bbc04ef commit 864f58f
Show file tree
Hide file tree
Showing 3 changed files with 8,608 additions and 8,570 deletions.
4 changes: 4 additions & 0 deletions code/defines/obj/closet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@
name = "Head Of Security"
req_access = list(access_hos)

/obj/secure_closet/injection
name = "Lethal Injections"
req_access = list(access_hos)

/obj/secure_closet/captains
name = "Captain's Closet"
req_access = list(access_captain)
Expand Down
9 changes: 8 additions & 1 deletion code/game/objects/closets/secure/security.dm
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,11 @@
new /obj/item/weapon/storage/flashbang_kit(src)
new /obj/item/weapon/handcuffs(src)
new /obj/item/weapon/baton(src)
return
return

/obj/secure_closet/injection/New()
..()
sleep(2)
new /obj/item/weapon/reagent_containers/ld50_syringe/choral ( src )
new /obj/item/weapon/reagent_containers/ld50_syringe/choral ( src )
return
Loading

0 comments on commit 864f58f

Please sign in to comment.