Adds a preference setting to the "ghost item attack" thing

This commit is contained in:
Tigercat2000
2016-04-23 10:22:06 -07:00
parent 912da460fe
commit d08cb0db9c
5 changed files with 14 additions and 3 deletions
+1 -1
View File
@@ -724,7 +724,7 @@
// Who can see the attack?
var/list/viewing = list()
for(var/mob/M in viewers(A))
if(M.client)
if(M.client && M.client.prefs.show_ghostitem_attack)
viewing |= M.client
flick_overlay(I, viewing, 5) // 5 ticks/half a second