Skip to content

Commit

Permalink
Lf
Browse files Browse the repository at this point in the history
  • Loading branch information
BasiaBelov committed Dec 7, 2024
1 parent 39ae6a3 commit dcf0270
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _maps/map_files/Talos/TGS_Talos.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -31418,6 +31418,14 @@
/obj/effect/turf_decal/tile/metal/medical,
/turf/open/floor/mainship/metal/green,
/area/mainship/medical/lounge)
"sxK" = (
/obj/structure/bed,
/obj/item/bedsheet/yellow,
/obj/item/toy/plush/basia{
layer = 4
},
/turf/open/floor/mainship/metal/full,
/area/mainship/living/starboard_emb)
"sxP" = (
/obj/effect/spawner/random/medical/structure/crate/medsupplies,
/turf/open/floor/plating,
Expand Down Expand Up @@ -78978,7 +78986,7 @@ dnv
dnv
dnv
acR
acD
sxK
cLl
xVF
fGI
Expand Down
7 changes: 7 additions & 0 deletions code/game/objects/items/toys/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,13 @@
attack_verb = list("kickes", "punches", "pounces")
squeak_sound = 'sound/items/gnome.ogg'

/obj/item/toy/plush/basia
name = "Basia plush"
desc = "Хороший антистресс. Можно оторвать ей голову."
icon_state = "basia"
item_state = "basia"
attack_verb = list("kickes", "punches", "pounces")

/obj/item/toy/plush/pig
name = "pig toy"
desc = "Captain Dementy! Bring the pigs! Marines demand pigs!."
Expand Down
Binary file modified icons/obj/items/toy.dmi
Binary file not shown.

0 comments on commit dcf0270

Please sign in to comment.