mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Finishes 6e23584.
This commit is contained in:
@@ -61,15 +61,13 @@ obj/item/weapon/board/attackby(obj/item/I as obj, mob/user as mob)
|
||||
else
|
||||
dat += "'#252536'>"
|
||||
if(!isobserver(user))
|
||||
dat += "<A href='?src=\ref[src];select=[i]'"
|
||||
dat += "<A href='?src=\ref[src];select=[i]' style='display:block;text-decoration:none;'>"
|
||||
if(board["[i]"])
|
||||
var/obj/item/I = board["[i]"]
|
||||
user << browse_rsc(board_icons["[I.icon] [I.icon_state]"],"[I.icon_state].png")
|
||||
if(!isobserver(user))
|
||||
dat += ">"
|
||||
dat += "<image src='[I.icon_state].png' style='border-style: none'>"
|
||||
else
|
||||
dat += "style='display:block;text-decoration:none;'> "
|
||||
dat += " "
|
||||
|
||||
if(!isobserver(user))
|
||||
dat += "</A>"
|
||||
|
||||
Reference in New Issue
Block a user