mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Quirks send on_gain messages in fewer contexts (#91867)
## About The Pull Request Quirks only send their on_gain text when given midround, such as by an admin ## Why It's Good For The Game Spams the hell out of you for no reason - in very few contexts are these messages important (randomized allergies come to mind), but there are other avenues to figure out (such as dogtags)  ## Changelog 🆑 Melbert qol: Quirks spam you less on roundstart or latejoin /🆑
This commit is contained in:
@@ -124,6 +124,6 @@
|
||||
var/datum/quirk/quirk_type = SSquirks.quirks[quirk_name]
|
||||
if(!(initial(quirk_type.quirk_flags) & QUIRK_CHANGES_APPEARANCE))
|
||||
continue
|
||||
mannequin.add_quirk(quirk_type, parent)
|
||||
mannequin.add_quirk(quirk_type, parent, announce = FALSE)
|
||||
|
||||
return mannequin.appearance
|
||||
|
||||
Reference in New Issue
Block a user