mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
REINFORCED WINDOWS standardized.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1077 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -227,15 +227,20 @@
|
||||
else if(istype(object,/turf) && pa.Find("ctrl") && pa.Find("left"))
|
||||
switch(holder.builddir.dir)
|
||||
if(NORTH)
|
||||
new/obj/window/reinforced/north(get_turf(object))
|
||||
if(EAST)
|
||||
new/obj/window/reinforced/east(get_turf(object))
|
||||
var/obj/window/reinforced/WIN = new/obj/window/reinforced(get_turf(object))
|
||||
WIN.dir = NORTH
|
||||
if(SOUTH)
|
||||
new/obj/window/reinforced/south(get_turf(object))
|
||||
var/obj/window/reinforced/WIN = new/obj/window/reinforced(get_turf(object))
|
||||
WIN.dir = SOUTH
|
||||
if(EAST)
|
||||
var/obj/window/reinforced/WIN = new/obj/window/reinforced(get_turf(object))
|
||||
WIN.dir = EAST
|
||||
if(WEST)
|
||||
new/obj/window/reinforced/west(get_turf(object))
|
||||
var/obj/window/reinforced/WIN = new/obj/window/reinforced(get_turf(object))
|
||||
WIN.dir = WEST
|
||||
if(NORTHWEST)
|
||||
new/obj/window/reinforced/northwest(get_turf(object))
|
||||
var/obj/window/reinforced/WIN = new/obj/window/reinforced(get_turf(object))
|
||||
WIN.dir = NORTHWEST
|
||||
if(2)
|
||||
if(pa.Find("left"))
|
||||
var/obj/A = new holder.buildmode.objholder (get_turf(object))
|
||||
|
||||
@@ -49,26 +49,9 @@
|
||||
icon_state = "rwindow"
|
||||
name = "reinforced window"
|
||||
|
||||
/obj/window/reinforced/north
|
||||
dir = NORTH
|
||||
/obj/window/reinforced/tinted
|
||||
name = "tinted window"
|
||||
opacity = 1
|
||||
|
||||
/obj/window/reinforced/east
|
||||
dir = EAST
|
||||
|
||||
/obj/window/reinforced/west
|
||||
dir = WEST
|
||||
|
||||
/obj/window/reinforced/south
|
||||
dir = SOUTH
|
||||
|
||||
/obj/window/reinforced/northwest
|
||||
dir = NORTHWEST
|
||||
|
||||
/obj/window/reinforced/northeast
|
||||
dir = NORTHEAST
|
||||
|
||||
/obj/window/reinforced/southwest
|
||||
dir = SOUTHWEST
|
||||
|
||||
/obj/window/reinforced/southeast
|
||||
dir = SOUTHEAST
|
||||
/obj/window/reinforced/tinted/frosted
|
||||
name = "frosted window"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 40 KiB |
17041
maps/tgstation.2.0.3.dmm
17041
maps/tgstation.2.0.3.dmm
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user