Replace \image macro with bicon()

This commit is contained in:
Arokha Sieyes
2020-02-13 00:02:46 -05:00
parent ca5937eaa0
commit 1d9e5be122
96 changed files with 329 additions and 329 deletions

View File

@@ -47,7 +47,7 @@
to_chat(user, "<span class='warning'>You are already hacking!</span>")
return 0
if(!is_type_in_list(target, supported_types))
to_chat(user, "\icon[src] <span class='warning'>Unable to hack this target!</span>")
to_chat(user, "[bicon(src)] <span class='warning'>Unable to hack this target!</span>")
return 0
var/found = known_targets.Find(target)
if(found)