Skip to content

Commit

Permalink
Merge pull request #1206 from SaraSayomi/Croptop_clothesFix
Browse files Browse the repository at this point in the history
Plushie and Steppy
  • Loading branch information
MosleyTheMalO authored Oct 14, 2024
2 parents 2633bae + 5ba8c19 commit 0c75780
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/effects/contraband.dm
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
/obj/structure/sign/poster/contraband/steppy
name = "Step On Me"
desc = "A phrase associated with a chubby reptile notoriously used in uncivilized Orion space as a deterrent towards would be pirate vessels by instructing them to 'fuck around and find out'."
icon_state = "steppy"
icon_state = "poster_steppy"

/obj/structure/sign/poster/contraband/scum
name = "Security are Scum"
Expand Down
12 changes: 6 additions & 6 deletions modular_sand/code/game/objects/items/plushes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,19 @@
/obj/item/toy/plush/nukeplushie/susplushie
name = "Suspect Plushie"
desc = "A stuffed toy that resembles a red space station employee. The tag claims red employee to be purely fictitious."
icon = 'modular_sand/icons/obj/plushes.dmi'
icon = 'icons/obj/plushes.dmi'
icon_state = "plushie_sus"
lefthand_file = 'modular_sand/icons/mob/inhands/misc/plushes_lefthand.dmi'
righthand_file = 'modular_sand/icons/mob/inhands/misc/plushes_righthand.dmi'
lefthand_file = 'icons/mob/inhands/misc/plushes_lefthand.dmi'
righthand_file = 'icons/mob/inhands/misc/plushes_righthand.dmi'
attack_verb = list("shot", "eat", "killed")

/obj/item/toy/plush/nukeplushie/minisusplushie
name = "Mini Suspect Plushie"
desc = "A stuffed toy that resembles a red space station mini employee. The tag claims red employee to be purely fictitious."
icon = 'modular_sand/icons/obj/plushes.dmi'
icon = 'icons/obj/plushes.dmi'
icon_state = "plushie_minisus"
lefthand_file = 'modular_sand/icons/mob/inhands/misc/plushes_lefthand.dmi'
righthand_file = 'modular_sand/icons/mob/inhands/misc/plushes_righthand.dmi'
lefthand_file = 'icons/mob/inhands/misc/plushes_lefthand.dmi'
righthand_file = 'icons/mob/inhands/misc/plushes_righthand.dmi'
attack_verb = list("mini-shot", "mini-eat", "mini-killed")

/obj/item/toy/plush/shark
Expand Down

0 comments on commit 0c75780

Please sign in to comment.