fixes some bad html (#27481)

This commit is contained in:
chuga-git
2024-11-29 10:46:51 +00:00
committed by GitHub
parent 8cc162589b
commit 32b97afbec
36 changed files with 52 additions and 52 deletions
+2 -2
View File
@@ -205,9 +205,9 @@
if(tracker)
. += "<span class='notice'>The solar assembly has a tracking circuit installed. It can be <b>pried out</b>.</span>"
else
. += "<span class='notice'>The solar assembly has a slot for a <i>tracking circuit<i> board.</span>"
. += "<span class='notice'>The solar assembly has a slot for a <i>tracking circuit</i> board.</span>"
if(anchored)
.+= "<span class='notice'>The solar assembly needs <i>glass<i> to be completed.</span>"
.+= "<span class='notice'>The solar assembly needs <i>glass</i> to be completed.</span>"
/obj/item/solar_assembly/attackby(obj/item/W, mob/user, params)