-New sprites for Cargo, HoP, and Captain's lockers

-New glass airlocks for science and supply departments
-Added more department-specific door sprites to map

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3605 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ericgfwong@hotmail.com
2012-05-18 07:33:42 +00:00
parent 7eadbf3460
commit 08e5f0a08e
9 changed files with 9429 additions and 9401 deletions
+14
View File
@@ -201,6 +201,20 @@ Airlock index -> wire color are { 9, 4, 6, 7, 5, 8, 1, 2, 3 }.
icon = 'Doorresearch.dmi'
doortype = 20
/obj/machinery/door/airlock/glass_research
name = "Maintenance Hatch"
icon = 'doorresearchglass.dmi'
opacity = 0
doortype = 21
glass = 1
/obj/machinery/door/airlock/glass_mining
name = "Maintenance Hatch"
icon = 'doorminingglass.dmi'
opacity = 0
doortype = 22
glass = 1
/*
About the new airlock wires panel:
* An airlock wire dialog can be accessed by the normal way or by using wirecutters or a multitool on the door while the wire-panel is open. This would show the following wires, which you can either wirecut/mend or send a multitool pulse through. There are 9 wires.
+6 -8
View File
@@ -1,14 +1,12 @@
/obj/structure/closet/secure_closet/cargotech
name = "Cargo Technician's Locker"
req_access = list(access_cargo)
//icon_state = "secureeng1"
//icon_closed = "secureeng"
//icon_locked = "secureeng1"
//icon_opened = "toolclosetopen"
//icon_broken = "secureengbroken"
//icon_off = "secureengoff"
//Needs proper sprites
icon_state = "securecargo1"
icon_closed = "securecargo"
icon_locked = "securecargo1"
icon_opened = "securecargoopen"
icon_broken = "securecargobroken"
icon_off = "securecargooff"
New()
..()
+6 -1
View File
@@ -29,7 +29,12 @@
/obj/structure/closet/secure_closet/hop
name = "Head of Personnel"
req_access = list(access_hop)
icon_state = "hopsecure1"
icon_closed = "hopsecure"
icon_locked = "hopsecure1"
icon_opened = "hopsecureopen"
icon_broken = "hopsecurebroken"
icon_off = "hopsecureoff"
New()
..()
+2
View File
@@ -51,6 +51,8 @@ should be listed in the changelog upon commit tho. Thanks. -->
<h3 class="author">Icarus updated:</h3>
<ul class="changes bgimages16">
<li class="rscadd">Individual dorms now have a button inside that bolts/unbolts the door</li>
<li class="imageadd">New sprites for Cargo, HoP, and Captain's lockers</li>
<li class="imageadd">More department-specific door sprites. Most noticable changes in medsci and supply departments.</li>
</ul>
</div>
Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

+9401 -9392
View File
File diff suppressed because it is too large Load Diff