mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
// TFF 6/10/20 - Just a little thing to prevent the button
|
|
// and console from being destroyed by explosions.
|
|
/obj/structure/lift/button/ex_act()
|
|
return
|
|
|
|
/obj/structure/lift/panel/ex_act()
|
|
return |