mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Adds support for polarized windows.
This commit is contained in:
@@ -56,7 +56,6 @@
|
|||||||
if(!other.activated) other.activate()
|
if(!other.activated) other.activate()
|
||||||
qdel(src)
|
qdel(src)
|
||||||
|
|
||||||
// Currently unused, could be useful for POLARIZED WINDOWS, HUH PSIGAMMA.
|
|
||||||
/obj/effect/wingrille_spawn/proc/handle_window_spawn(var/obj/structure/window/W)
|
/obj/effect/wingrille_spawn/proc/handle_window_spawn(var/obj/structure/window/W)
|
||||||
return
|
return
|
||||||
|
|
||||||
@@ -78,3 +77,13 @@
|
|||||||
name = "reinforced phoron window grille spawner"
|
name = "reinforced phoron window grille spawner"
|
||||||
icon_state = "pr-wingrille"
|
icon_state = "pr-wingrille"
|
||||||
win_path = /obj/structure/window/phoronreinforced
|
win_path = /obj/structure/window/phoronreinforced
|
||||||
|
|
||||||
|
/obj/effect/wingrille_spawn/reinforced/polarized
|
||||||
|
name = "polarized window grille spawner"
|
||||||
|
color = "#444444"
|
||||||
|
win_path = /obj/structure/window/reinforced/polarized
|
||||||
|
var/id
|
||||||
|
|
||||||
|
/obj/effect/wingrille_spawn/reinforced/polarized/handle_window_spawn(var/obj/structure/window/reinforced/polarized/P)
|
||||||
|
if(id)
|
||||||
|
P.id = id
|
||||||
|
|||||||
Reference in New Issue
Block a user