mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Rewrite examine() to pass a list around
This commit is contained in:
@@ -66,9 +66,9 @@
|
||||
qdel(src)
|
||||
|
||||
/obj/item/weapon/virusdish/examine(mob/user)
|
||||
..()
|
||||
. = ..()
|
||||
if(basic_info)
|
||||
to_chat(user, "[basic_info] : <a href='?src=\ref[src];info=1'>More Information</a>")
|
||||
. += "[basic_info] : <a href='?src=\ref[src];info=1'>More Information</a>"
|
||||
|
||||
/obj/item/weapon/virusdish/Topic(href, href_list)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user