opendream lints (#37147)

This commit is contained in:
jwhitak
2024-09-20 06:23:31 -05:00
committed by GitHub
parent 0d1fec5045
commit ac2e48f96a
22 changed files with 26 additions and 25 deletions

View File

@@ -111,7 +111,7 @@
var/cc=contents_count(t)
var/req=sammi_assembly_parts[t]
if(cc<req)
to_chat(user, "<span class='warning'>You're short [req-cc] [initial(t)]\s.</span>")
to_chat(user, "<span class='warning'>You're short [req-cc] [t]\s.</span>")
return TRUE
if(!istype(loc,/turf))
to_chat(user, "<span class='warning'>You can't assemble the SAMMI, \the [src] has to be standing on the ground (or a table) to be perfectly precise.</span>")