mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-29 03:22:12 +00:00
Crescent windows are now indestructible.
This commit is contained in:
@@ -491,7 +491,23 @@
|
|||||||
animate(src, color="#222222", time=5)
|
animate(src, color="#222222", time=5)
|
||||||
set_opacity(1)
|
set_opacity(1)
|
||||||
|
|
||||||
|
/obj/structure/window/reinforced/crescent/attack_hand()
|
||||||
|
return
|
||||||
|
|
||||||
|
/obj/structure/window/reinforced/crescent/attackby()
|
||||||
|
return
|
||||||
|
|
||||||
|
/obj/structure/window/reinforced/crescent/ex_act()
|
||||||
|
return
|
||||||
|
|
||||||
|
/obj/structure/window/reinforced/crescent/hitby()
|
||||||
|
return
|
||||||
|
|
||||||
|
/obj/structure/window/reinforced/crescent/take_damage()
|
||||||
|
return
|
||||||
|
|
||||||
|
/obj/structure/window/reinforced/crescent/shatter()
|
||||||
|
return
|
||||||
|
|
||||||
/obj/machinery/button/windowtint
|
/obj/machinery/button/windowtint
|
||||||
name = "window tint control"
|
name = "window tint control"
|
||||||
|
|||||||
@@ -70,12 +70,7 @@
|
|||||||
|
|
||||||
/obj/effect/wingrille_spawn/reinforced/crescent
|
/obj/effect/wingrille_spawn/reinforced/crescent
|
||||||
name = "Crescent window grille spawner"
|
name = "Crescent window grille spawner"
|
||||||
icon_state = "r-wingrille"
|
win_path = /obj/structure/window/reinforced/crescent
|
||||||
win_path = /obj/structure/window/reinforced
|
|
||||||
|
|
||||||
/obj/effect/wingrille_spawn/reinforced/crescent/handle_window_spawn(var/obj/structure/window/W)
|
|
||||||
W.maxhealth = 1000000
|
|
||||||
W.health = 1000000
|
|
||||||
|
|
||||||
/obj/effect/wingrille_spawn/phoron
|
/obj/effect/wingrille_spawn/phoron
|
||||||
name = "phoron window grille spawner"
|
name = "phoron window grille spawner"
|
||||||
|
|||||||
Reference in New Issue
Block a user