mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
opendream lints (#37147)
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user