mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Added department headsets to secure lockers in engineering, security, detective, and medical.
Changed icons of RD and CMO secure closets. Added a medical wardrobe closet to Med Bay. Moved toy icons to toy.dmi. Renamed Invisibility to Ethereal Jaunt. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@573 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
..()
|
||||
sleep(2)
|
||||
new /obj/item/weapon/storage/toolbox/mechanical( src )
|
||||
new /obj/item/device/radio/headset/headset_eng( src )
|
||||
new /obj/item/clothing/under/rank/engineer( src )
|
||||
new /obj/item/clothing/shoes/orange( src )
|
||||
new /obj/item/clothing/mask/gas( src )
|
||||
|
||||
@@ -32,6 +32,23 @@
|
||||
new /obj/item/clothing/mask/medical( src )
|
||||
return
|
||||
|
||||
/obj/secure_closet/medical3/New()
|
||||
..()
|
||||
sleep(2)
|
||||
new /obj/item/device/radio/headset/headset_med( src )
|
||||
new /obj/item/device/radio/headset/headset_med( src )
|
||||
new /obj/item/device/radio/headset/headset_med( src )
|
||||
new /obj/item/clothing/under/rank/medical( src )
|
||||
new /obj/item/clothing/under/rank/medical( src )
|
||||
new /obj/item/clothing/under/rank/medical( src )
|
||||
new /obj/item/clothing/suit/labcoat( src )
|
||||
new /obj/item/clothing/suit/labcoat( src )
|
||||
new /obj/item/clothing/suit/labcoat( src )
|
||||
new /obj/item/clothing/mask/medical( src )
|
||||
new /obj/item/clothing/mask/medical( src )
|
||||
new /obj/item/clothing/mask/medical( src )
|
||||
return
|
||||
|
||||
/obj/secure_closet/CMO/New()
|
||||
..()
|
||||
sleep(2)
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
sleep(2)
|
||||
//new /obj/item/weapon/storage/flashbang_kit(src)
|
||||
// Seriously gimping the number of flashes security get, will probably change later -- TLE
|
||||
new /obj/item/device/radio/headset/headset_sec(src)
|
||||
new /obj/item/weapon/flashbang(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)
|
||||
@@ -23,6 +23,7 @@
|
||||
/obj/secure_closet/security2/New()
|
||||
..()
|
||||
sleep(2)
|
||||
new /obj/item/device/radio/headset/headset_sec(src)
|
||||
new /obj/item/clothing/under/det( src )
|
||||
new /obj/item/clothing/shoes/brown( src )
|
||||
new /obj/item/clothing/head/det_hat( src )
|
||||
|
||||
Reference in New Issue
Block a user