mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Text() away (#19850)
Refactored all the builtin text procs to use string interpolation instead. Added a linting for the above. This is based on, and should only be merged after, #19847
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
if ("import")
|
||||
var/t = ""
|
||||
do
|
||||
t = html_encode(input(usr, "Please paste the entire song, formatted:", text("[]", owner.name), t) as message)
|
||||
t = html_encode(input(usr, "Please paste the entire song, formatted:", "[owner.name]", t) as message)
|
||||
if(!CanInteractWith(usr, owner, GLOB.physical_state))
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user