mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +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"))
|
else if(istype(object,/turf) && pa.Find("ctrl") && pa.Find("left"))
|
||||||
switch(holder.builddir.dir)
|
switch(holder.builddir.dir)
|
||||||
if(NORTH)
|
if(NORTH)
|
||||||
new/obj/window/reinforced/north(get_turf(object))
|
var/obj/window/reinforced/WIN = new/obj/window/reinforced(get_turf(object))
|
||||||
if(EAST)
|
WIN.dir = NORTH
|
||||||
new/obj/window/reinforced/east(get_turf(object))
|
|
||||||
if(SOUTH)
|
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)
|
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)
|
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(2)
|
||||||
if(pa.Find("left"))
|
if(pa.Find("left"))
|
||||||
var/obj/A = new holder.buildmode.objholder (get_turf(object))
|
var/obj/A = new holder.buildmode.objholder (get_turf(object))
|
||||||
|
|||||||
@@ -49,26 +49,9 @@
|
|||||||
icon_state = "rwindow"
|
icon_state = "rwindow"
|
||||||
name = "reinforced window"
|
name = "reinforced window"
|
||||||
|
|
||||||
/obj/window/reinforced/north
|
/obj/window/reinforced/tinted
|
||||||
dir = NORTH
|
name = "tinted window"
|
||||||
|
opacity = 1
|
||||||
|
|
||||||
/obj/window/reinforced/east
|
/obj/window/reinforced/tinted/frosted
|
||||||
dir = EAST
|
name = "frosted window"
|
||||||
|
|
||||||
/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
|
|
||||||
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