Merge pull request #159 from KabKebab/lil-upgrades

small tweaks
This commit is contained in:
evilew
2024-02-19 22:54:44 +01:00
committed by GitHub
25 changed files with 509 additions and 214 deletions
@@ -225,3 +225,24 @@ datum/gear/lyricalpawsring
/obj/item/crowbar/bronze/glaug
name = "Milwaukee Pocket Crowbar"
desc = "Much more expensive. Still serves the same function."
//metha rossi you fat hog
/datum/gear/wgspell_add
name = "Weight Gain Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening
ckeywhitelist = list("sonoida", "themrsky")
/datum/gear/wgspell_transfer
name = "Weight Transfer Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/item/book/granter/spell/fattening/transfer
ckeywhitelist = list("sonoida", "themrsky")
/datum/gear/wgspell_take
name = "Weight Steal Spellbook"
category = SLOT_IN_BACKPACK
path = /obj/effect/proc_holder/spell/targeted/touch/add_weight/steal
ckeywhitelist = list("sonoida", "themrsky")
@@ -342,7 +342,7 @@ Creating a chem with a low purity will make you permanently fall in love with so
Lover.mind.store_memory("You are in love with [Love].")
Lover.faction |= "[REF(Love)]"
Lover.apply_status_effect(STATUS_EFFECT_INLOVE, Love)
forge_valentines_objective(Lover, Love, TRUE)
// forge_valentines_objective(Lover, Love, TRUE)
SSblackbox.record_feedback("tally", "fermi_chem", 1, "Times people have become infatuated.")
log_game("FERMICHEM: [Lover] ckey: [Lover.key] has been chemically made to fall for [Love] ckey: [Love.key]")
return