This commit is contained in:
Ghommie
2019-06-09 20:00:54 +02:00
parent d2e216f2de
commit 88ab1794a6
+1 -1
View File
@@ -99,7 +99,7 @@ GLOBAL_LIST_EMPTY(PDAs)
var/dat = id ? "<span class='notice'>Alt-click to remove the id.</span>" : ""
if(inserted_item && (!isturf(loc)))
dat += "\n<span class='notice'>Ctrl-click to remove [inserted_item].</span>"
if(GLOB.pda_reskins)
if(LAZYLEN(GLOB.pda_reskins))
dat += "\n<span class='notice'>Ctrl-shift-click it to reskin it.</span>"
to_chat(user, dat)