Implements a reasonable /hide() default.

This commit is contained in:
PsiOmegaDelta
2015-12-04 10:41:53 +01:00
parent 37c5e316c0
commit 6ceb3906ca
3 changed files with 3 additions and 12 deletions

View File

@@ -18,12 +18,6 @@
var/name_tag = "#UNKN#" // ID tag displayed in list of powernet sensors. Each sensor should have it's own tag!
var/long_range = 0 // If 1, sensor reading will show on all computers, regardless of Zlevel
/obj/machinery/power/sensor/hide(var/i)
invisibility = i ? 101 : 0
/obj/machinery/power/sensor/hides_under_flooring()
return 1
// Proc: New()
// Parameters: None