over action buttons also very cool you guy that hates my fancy hints, hope you know how to do everything

This commit is contained in:
SandPoot
2023-02-24 01:07:27 -03:00
parent ca5dddfc29
commit b2f7fc5a9e
5 changed files with 18 additions and 9 deletions
+1 -1
View File
@@ -1468,7 +1468,7 @@
var/extra_lines = 0
var/extra_context = ""
if (isliving(user) || isovermind(user) || isaicamera(user))
if ((isliving(user) || isovermind(user) || isaicamera(user)) && (user.client.prefs.screentip_pref != SCREENTIP_PREFERENCE_NO_CONTEXT))
var/obj/item/held_item = user.get_active_held_item()
var/allow_images = user.client.prefs.screentip_allow_images