mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Merge pull request #15380 from KillianKirilenko/kk-mini1
Fixed tesla examines (again)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user