mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-22 05:34:49 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user