Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonTheBird committed Nov 27, 2023
1 parent 324d33b commit fc0b859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -802,13 +802,13 @@

/obj/item/toy/plush/mora
name = "RILENA:LMR Mora plushie"
desc = "A plushie of insert mora lore here from the popular webseries RILENA."
desc = "A plushie of Mora from the popular webseries RILENA."
icon_state = "rilena_mora"
gender = FEMALE

/obj/item/toy/plush/kari
name = "knockoff RILENA plushie"
desc = "A plushie of a FBP kepori. The tag calls it 'Kari' and claims it to be from 'RAYALA: RUNNING FROM EVIL'. The cannon arm does not function."
desc = "A plushie of a FBP Kepori. The tag calls it 'Kari' and claims it to be from 'RAYALA: RUNNING FROM EVIL'. The cannon arm does not function."
icon_state = "fbplush"
gender = FEMALE

Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/suits/hoodies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
item_state = "hoodie_gray"

/obj/item/clothing/suit/hooded/hoodie/fbp
name = "FBP kepori hoodie"
name = "\improper FBP kepori hoodie"
desc = "A hoodie themed to look like a kepori in a Full Body Prosthetic. It has a comfy pocket for keeping your hands warm."
icon_state = "hoodie_fbp"
item_state = "hoodie_fbp"
hoodtype = /obj/item/clothing/head/hooded/hood/fbp

/obj/item/clothing/head/hooded/hood/fbp
name = "FBP kepori hood"
name = "\improper FBP kepori hood"
desc = "A hood for your fbp hoodie."
icon_state = "hoodie_fbp"
item_state = "hoodie_fbp"
Expand Down

0 comments on commit fc0b859

Please sign in to comment.