Skip to content

Commit

Permalink
stop spraypainting the AI eye!
Browse files Browse the repository at this point in the history
  • Loading branch information
TobleroneSwordfish committed Sep 20, 2024
1 parent d61171f commit d24aaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/gang/item_specials.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
for(var/turf/T in list(one, two, three))
for(var/atom/movable/A in T)
if(A in attacked) continue
if(!isliving(A)) continue
if(!isliving(A) || isintangible(A)) continue
var/mob/living/loser = A
var/tag_int = pick(1,2,3)
var/image/tag = image('icons/effects/effects.dmi',"graffiti_mask_[tag_int]")
Expand Down

0 comments on commit d24aaf1

Please sign in to comment.