mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
-Added fire extinguishers to xeno and viro
-Added lights to singularity containment -Engineering lockers now use Power Equipment access -Expanded Tox Storage access to include the Tox lab, making it a separate access like Xenobiology git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5343 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -359,9 +359,9 @@
|
|||||||
if(access_morgue)
|
if(access_morgue)
|
||||||
return "Morgue"
|
return "Morgue"
|
||||||
if(access_tox)
|
if(access_tox)
|
||||||
return "Research Lab"
|
return "R&D Lab"
|
||||||
if(access_tox_storage)
|
if(access_tox_storage)
|
||||||
return "Toxins Storage"
|
return "Toxins Lab"
|
||||||
if(access_chemistry)
|
if(access_chemistry)
|
||||||
return "Chemistry Lab"
|
return "Chemistry Lab"
|
||||||
if(access_rd)
|
if(access_rd)
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
/obj/structure/closet/secure_closet/engineering_electrical
|
/obj/structure/closet/secure_closet/engineering_electrical
|
||||||
name = "Electrical Supplies"
|
name = "Electrical Supplies"
|
||||||
req_access = list(access_engine)
|
req_access = list(access_engine_equip)
|
||||||
icon_state = "secureengelec1"
|
icon_state = "secureengelec1"
|
||||||
icon_closed = "secureengelec"
|
icon_closed = "secureengelec"
|
||||||
icon_locked = "secureengelec1"
|
icon_locked = "secureengelec1"
|
||||||
@@ -64,7 +64,7 @@
|
|||||||
|
|
||||||
/obj/structure/closet/secure_closet/engineering_welding
|
/obj/structure/closet/secure_closet/engineering_welding
|
||||||
name = "Welding Supplies"
|
name = "Welding Supplies"
|
||||||
req_access = list(access_engine)
|
req_access = list(access_engine_equip)
|
||||||
icon_state = "secureengweld1"
|
icon_state = "secureengweld1"
|
||||||
icon_closed = "secureengweld"
|
icon_closed = "secureengweld"
|
||||||
icon_locked = "secureengweld1"
|
icon_locked = "secureengweld1"
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
/obj/structure/closet/secure_closet/engineering_personal
|
/obj/structure/closet/secure_closet/engineering_personal
|
||||||
name = "Engineer's Locker"
|
name = "Engineer's Locker"
|
||||||
req_access = list(access_engine)
|
req_access = list(access_engine_equip)
|
||||||
icon_state = "secureeng1"
|
icon_state = "secureeng1"
|
||||||
icon_closed = "secureeng"
|
icon_closed = "secureeng"
|
||||||
icon_locked = "secureeng1"
|
icon_locked = "secureeng1"
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user