mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes #715
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
invisibility = i ? 101 : 0
|
invisibility = i ? 101 : 0
|
||||||
icon_state = i ? "term-f" : "term"
|
icon_state = i ? "term-f" : "term"
|
||||||
|
|
||||||
/obj/structure/power/terminal/hides_under_flooring()
|
/obj/machinery/power/terminal/hides_under_flooring()
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
// Needed so terminals are not removed from machines list.
|
// Needed so terminals are not removed from machines list.
|
||||||
|
|||||||
Reference in New Issue
Block a user