mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-19 11:59:03 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user