Skip to content

Commit

Permalink
Merge branch 'small-fixes' of https://github.com/Gw0sty/Monkestation2.0
Browse files Browse the repository at this point in the history
… into small-fixes
  • Loading branch information
Gw0sty committed Dec 13, 2024
2 parents 4d9e36c + 2b687c2 commit 9c173af
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 9c173af

Please sign in to comment.