mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 22:23:11 +00:00
3591 individual conflicts Update build.js Update install_node.sh Update byond.js oh my fucking god hat slow huh holy shit we all fall down 2 more I missed 2900 individual conflicts 2700 Individual conflicts replaces yarn file with tg version, bumping us down to 2200-ish Down to 2000 individual conflicts 140 down mmm aaaaaaaaaaaaaaaaaaa not yt 575 soon 900 individual conflicts 600 individual conflicts, 121 file conflicts im not okay 160 across 19 files 29 in 4 files 0 conflicts, compiletime fix time some minor incap stuff missed ticks weird dupe definition stuff missed ticks 2 incap fixes undefs and pie fix Radio update and some extra minor stuff returns a single override no more dupe definitions, 175 compiletime errors Unticked file fix sound and emote stuff honk and more radio stuff
14 lines
569 B
Plaintext
14 lines
569 B
Plaintext
/datum/quirk/cursed
|
|
name = "Cursed"
|
|
desc = "You are cursed with bad luck. You are much more likely to suffer from accidents and mishaps. When it rains, it pours."
|
|
icon = FA_ICON_CLOUD_SHOWERS_HEAVY
|
|
value = -8
|
|
mob_trait = TRAIT_CURSED
|
|
gain_text = span_danger("You feel like you're going to have a bad day.")
|
|
lose_text = span_notice("You feel like you're going to have a good day.")
|
|
medical_record_text = "Patient is cursed with bad luck."
|
|
hardcore_value = 8
|
|
|
|
/datum/quirk/cursed/add(client/client_source)
|
|
quirk_holder.AddComponent(/datum/component/omen/quirk)
|