Fix science shuttle and white windows galore.

This commit is contained in:
ZomgPonies
2014-06-17 03:44:15 -04:00
parent 88aceb454d
commit c0f997a022
3 changed files with 6422 additions and 6421 deletions
+13 -1
View File
@@ -93,4 +93,16 @@
desc = "It looks rather strong and frosted over. Looks like it might take a few less hits then a normal reinforced window."
icon_state = "fwindow"
basestate = "fwindow"
health = 30
health = 30
/obj/structure/window/full/shuttle
name = "shuttle window"
desc = "It looks rather strong. Might take a few good hits to shatter it."
icon = 'icons/obj/podwindows.dmi'
icon_state = "window"
basestate = "window"
health = 160
reinf = 1
update_icon() //icon_state has to be set manually
return
-11
View File
@@ -440,15 +440,4 @@
basestate = "fwindow"
health = 30
/obj/structure/window/shuttle
name = "shuttle window"
desc = "It looks rather strong. Might take a few good hits to shatter it."
icon = 'icons/obj/podwindows.dmi'
icon_state = "window"
basestate = "window"
health = 40
reinf = 1
dir = 5
update_icon() //icon_state has to be set manually
return