mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Fixes getting dusted when you spray paint the SM (#78666)
## About The Pull Request Hopefully? implemented the correct fix. It _does_ work, but I don't know if its the best possible fix. Should resolve #78456 ## Why It's Good For The Game Better consistency ## Changelog 🆑 fix: You can now spray paint the SM without getting dusted /🆑
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user