mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Item Edits 3: Fuzlet (#1331)
## About The Pull Request Edits items on request for Fuzlet, essentially genericfying them of name references. ## Changelog Nah Co-authored-by: projectkepler-RU <99981766+projectkepler-ru@users.noreply.github.com>
This commit is contained in:
co-authored by
projectkepler-RU
parent
c821fbdb8d
commit
79dfa540c7
@@ -323,7 +323,7 @@
|
||||
squeak_override = list('sound/effects/crunchybushwhack1.ogg' = 1)
|
||||
|
||||
/obj/item/toy/plush/skyrat/fox/mia
|
||||
name = "Mia’s fox plushie"
|
||||
name = "silver fox plushie" //bubber edit on request
|
||||
desc = "A small stuffed silver fox with a collar tag that says “Eavy” and a tiny bell in its fluffy tail."
|
||||
icon_state = "miafox"
|
||||
|
||||
|
||||
@@ -1128,8 +1128,8 @@
|
||||
"snuggle",
|
||||
"cuddle",
|
||||
"kiss",
|
||||
"feed Dan Kelly",
|
||||
"hoard Shinzo Shore",
|
||||
//"feed Dan Kelly", /bubber edit on request/
|
||||
//"hoard Shinzo Shore", /bubber edit on request/
|
||||
"spoil friends",
|
||||
"hold hands",
|
||||
"have this license",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/datum/loadout_item/toys/miafoxplush
|
||||
name = "Mia’s fox plushie"
|
||||
name = "silver fox plushie" //bubber edit on request
|
||||
item_path = /obj/item/toy/plush/skyrat/fox/mia
|
||||
//ckeywhitelist = list("fuzlet")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user