Skip to content

Commit

Permalink
last
Browse files Browse the repository at this point in the history
  • Loading branch information
NPC1314 committed Dec 19, 2024
1 parent 90fee2f commit ee51fc3
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 21 deletions.
45 changes: 28 additions & 17 deletions _maps/map_files/stonehamlet/stonehamlet.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6824,8 +6824,8 @@
first_time_text = "STONEHILL CASTLE"
})
"gIz" = (
/obj/structure/table/wood{
icon_state = "tablewood3"
/obj/structure/table/stone{
dir = 4
},
/obj/item/clothing/neck/roguetown/psycross,
/turf/open/floor/rogue/blocks,
Expand Down Expand Up @@ -7285,9 +7285,8 @@
/area/rogue/outdoors/mountains)
"hlB" = (
/obj/item/candle/yellow,
/obj/structure/table/wood{
dir = 10;
icon_state = "tablewood2"
/obj/structure/table/stone_end{
dir = 4
},
/turf/open/floor/rogue/blocks,
/area/rogue/under/town/basement)
Expand Down Expand Up @@ -8378,7 +8377,7 @@
/turf/open/floor/rogue/hexstone,
/area/rogue/indoors/town/dwarfin)
"iqb" = (
/obj/structure/table/church{
/obj/structure/table/churchneu{
icon_state = "church_l"
},
/turf/open/floor/rogue/sandstone/temple,
Expand Down Expand Up @@ -8579,7 +8578,7 @@
/turf/open/floor/rogue/hexstone,
/area/rogue/indoors/town/magician)
"ixB" = (
/obj/structure/table/church,
/obj/structure/table/churchneu,
/obj/item/handheld_bell{
pixel_x = -13;
pixel_y = 16
Expand Down Expand Up @@ -8776,7 +8775,9 @@
/turf/open/floor/rogue/concrete,
/area/rogue/indoors/town/cell)
"iGb" = (
/obj/structure/table/wood/reinforced_alter,
/obj/structure/table/wood/reinforced_alt{
dir = 8
},
/obj/structure/bars/alt,
/turf/open/floor/rogue/dirt/road,
/area/rogue/indoors/town/dwarfin)
Expand Down Expand Up @@ -9305,7 +9306,7 @@
first_time_text = "STONEHILL CASTLE"
})
"jlE" = (
/obj/structure/table/church{
/obj/structure/table/churchneu{
dir = 1;
icon_state = "church_r"
},
Expand Down Expand Up @@ -12590,9 +12591,8 @@
/area/rogue/indoors/town)
"mBF" = (
/obj/item/storage/bag/tray/psy,
/obj/structure/table/wood{
dir = 10;
icon_state = "tablewood2"
/obj/structure/table/stone_end{
dir = 8
},
/obj/item/reagent_containers/glass/bottle/rogue/healthpot,
/turf/open/floor/rogue/blocks,
Expand All @@ -12609,7 +12609,7 @@
/turf/open/floor/rogue/grass,
/area/rogue/outdoors/rtfield/hamlet)
"mEx" = (
/obj/structure/table/church,
/obj/structure/table/stone_small,
/obj/item/rogueweapon/shovel,
/turf/open/floor/rogue/cobble/alt,
/area/rogue/under/town/basement)
Expand Down Expand Up @@ -14514,7 +14514,9 @@
/turf/open/floor/rogue/naturalstone,
/area/rogue/under/cave/abandoned_mine)
"ouq" = (
/obj/structure/table/wood/plain_alt,
/obj/structure/table/wood/reinforced_alt{
dir = 8
},
/turf/open/floor/rogue/tile{
icon_state = "greenstone"
},
Expand Down Expand Up @@ -14557,6 +14559,13 @@
/obj/structure/roguewindow/solid,
/turf/open/floor/rogue/ruinedwood/spiral,
/area/rogue/indoors/town)
"owE" = (
/obj/structure/table/wood/reinforced_alt{
dir = 4
},
/obj/structure/bars/alt,
/turf/open/floor/rogue/dirt/road,
/area/rogue/indoors/town/dwarfin)
"owT" = (
/obj/effect/decal/turfedge_neu/rockalt_edge,
/obj/effect/decal/turfedge_neu/rockalt_edge{
Expand Down Expand Up @@ -17332,7 +17341,7 @@
/turf/open/floor/rogue/naturalstone,
/area/rogue/under/cave)
"qVi" = (
/obj/structure/table/wood/reinforced_alter,
/obj/structure/table/wood/reinforced_alt,
/obj/structure/bars/alt,
/turf/open/floor/rogue/concrete,
/area/rogue/indoors/town/dwarfin)
Expand Down Expand Up @@ -18163,7 +18172,9 @@
/turf/open/floor/rogue/twig,
/area/rogue/indoors/town/shop)
"rHl" = (
/obj/structure/table/wood/plain_alt,
/obj/structure/table/wood/reinforced_alt{
dir = 4
},
/obj/item/mortar{
pixel_y = 5
},
Expand Down Expand Up @@ -34093,7 +34104,7 @@ nSF
lOZ
tYR
rJP
iGb
owE
xAF
xAF
xAF
Expand Down
9 changes: 5 additions & 4 deletions code/game/objects/structures/tables_racks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
buildstack = /obj/item/stack/tile/carpet/royalblue
smooth_icon = 'icons/obj/smooth_structures/fancy_table_royalblue.dmi'

/obj/structure/table/church
/obj/structure/table/church // old shit
name = "stone table"
desc = ""
icon = 'icons/roguetown/misc/tables.dmi'
Expand All @@ -511,16 +511,17 @@
/obj/structure/table/church/m
icon = 'icons/roguetown/misc/tables.dmi'
icon_state = "churchtable_mid"
/*/................ Stone tables ............... //
/obj/structure/table/church

//................ Stone tables ............... //
/obj/structure/table/churchneu
name = "stone table"
desc = ""
icon = 'icons/roguetown/misc/tables.dmi'
icon_state = "church_mid"
max_integrity = 300
smooth = 0
climb_offset = 10
*/

/obj/structure/table/stone
name = "stone table"
desc = ""
Expand Down
34 changes: 34 additions & 0 deletions code/modules/roguetown/roguecrafting/sewing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,40 @@
/obj/item/natural/fibers = 1)
craftdiff = 2

/datum/crafting_recipe/roguetown/sewing/stockings_white
name = "white stockings"
result = list(/obj/item/clothing/under/roguetown/tights/stockings/white)
reqs = list(/obj/item/natural/cloth = 1,
/obj/item/natural/fibers = 1)
craftdiff = 2

/datum/crafting_recipe/roguetown/sewing/stockings_black
name = "black stockings"
result = list(/obj/item/clothing/under/roguetown/tights/stockings/black)
reqs = list(/obj/item/natural/cloth = 1,
/obj/item/natural/fibers = 1)
craftdiff = 2

/datum/crafting_recipe/roguetown/sewing/stockings_blue
name = "blue stockings"
result = list(/obj/item/clothing/under/roguetown/tights/stockings/blue)
reqs = list(/obj/item/natural/cloth = 1,
/obj/item/natural/fibers = 1)
craftdiff = 2

/datum/crafting_recipe/roguetown/sewing/stockings_red
name = "red stockings"
result = list(/obj/item/clothing/under/roguetown/tights/stockings/red)
reqs = list(/obj/item/natural/cloth = 1,
/obj/item/natural/fibers = 1)
craftdiff = 2

/datum/crafting_recipe/roguetown/sewing/stockings_green
name = "green stockings"
result = list(/obj/item/clothing/under/roguetown/tights/stockings/green)
reqs = list(/obj/item/natural/cloth = 1,
/obj/item/natural/fibers = 1)
craftdiff = 2

/*========= SKILL LEVEL: 3 REQUIRED ==========*/

Expand Down

0 comments on commit ee51fc3

Please sign in to comment.