[MIRROR] Fixed tesla examines (again) (#6966)

Co-authored-by: Casey <a.roaming.shadow@gmail.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-09-12 14:20:49 -07:00
committed by GitHub
parent 5b3676c2af
commit 21d34bdce4
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -13,9 +13,9 @@
/obj/machinery/the_singularitygen/examine()
. = ..()
if(anchored)
. += "<span class='warning'>It is not secured!</span>"
else
. += "<span class='notice'>It has been securely bolted down and is ready for operation.</span>"
else
. += "<span class='warning'>It is not secured!</span>"
/obj/machinery/the_singularitygen/process()
var/turf/T = get_turf(src)
+4 -4
View File
@@ -25,9 +25,9 @@
/obj/machinery/power/tesla_coil/examine()
. = ..()
if(anchored)
. += "<span class='warning'>It is not secured!</span>"
else
. += "<span class='notice'>It has been securely bolted down and is ready for operation.</span>"
else
. += "<span class='warning'>It is not secured!</span>"
/obj/machinery/power/tesla_coil/New()
..()
@@ -240,9 +240,9 @@
/obj/machinery/power/grounding_rod/examine()
. = ..()
if(anchored)
. += "<span class='warning'>It is not secured!</span>"
else
. += "<span class='notice'>It has been securely bolted down and is ready for operation.</span>"
else
. += "<span class='warning'>It is not secured!</span>"
/obj/machinery/power/grounding_rod/pre_mapped
anchored = TRUE