mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 19:39:42 +01:00
Continuation of 6e23584.
This commit is contained in:
@@ -61,10 +61,12 @@ 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]'"
|
||||
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;'> "
|
||||
|
||||
Reference in New Issue
Block a user