fixed tesla examines (again)

This commit is contained in:
Killian
2023-09-11 03:44:30 +01:00
parent b6c6b0eb9c
commit bc646ab0d5
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)