Skip to content

Commit

Permalink
spraypainting sm should work now
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePooba committed Dec 13, 2024
1 parent 44a9c5a commit a903c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/datums/components/supermatter_crystal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@
return
if(istype(item, /obj/item/melee/roastingstick))
return FALSE
if(istype(item, /obj/item/toy/crayon/spraycan))
return FALSE
if(istype(item, /obj/item/clothing/mask/cigarette))
var/obj/item/clothing/mask/cigarette/cig = item
var/clumsy = HAS_TRAIT(user, TRAIT_CLUMSY)
Expand Down

0 comments on commit a903c97

Please sign in to comment.