Skip to content

Commit

Permalink
melt people again
Browse files Browse the repository at this point in the history
  • Loading branch information
russ-money committed Aug 21, 2024
1 parent ed44395 commit 1ad8dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _maps/map_files/blackstone/blackstone.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2719,7 +2719,7 @@
"uyk" = (/obj/structure/closet/crate/roguecloset,/obj/item/needle/thorn,/obj/item/reagent_containers/glass/cup/silver,/obj/item/roguekey/church,/obj/item/paper/confession,/obj/item/roguekey/priest,/turf/open/floor/rogue/woodturned,/area/rogue/indoors/town/church)
"uyw" = (/obj/structure/mineral_door/wood{icon_state = "wcv"; locked = 1; lockid = "shop"},/turf/open/floor/rogue/ruinedwood{icon_state = "horzw"},/area/rogue/indoors/town/shop)
"uyE" = (/obj/machinery/light/rogue/firebowl,/turf/open/floor/rogue/dirt,/area/rogue/outdoors/bog/dense)
"uzx" = (/obj/structure/kybraxor{desc = "The mad king's hungriest pet."; pixel_x = -32; pixel_y = -32; redstone_id = "pitouter"},/obj/structure/floordoor/gatehatch/inner{redstone_id = "kybraxoracid"},/turf/open/transparent/openspace,/area/rogue/indoors)
"uzx" = (/obj/structure/kybraxor{desc = "The mad king's hungriest pet."; pixel_x = -32; pixel_y = -32; redstone_id = "kybraxoracid"},/obj/structure/floordoor/gatehatch/inner{redstone_id = "kybraxoracid"},/turf/open/transparent/openspace,/area/rogue/indoors)
"uzS" = (/obj/structure/roguewindow,/turf/open/floor/rogue/ruinedwood,/area/rogue/indoors/town)
"uAe" = (/obj/structure/fluff/wallclock/r,/turf/open/floor/rogue/blocks/stonered/tiny,/area/rogue/indoors/town/dwarfin)
"uAi" = (/obj/machinery/light/rogue/torchholder/l,/turf/open/water/cleanshallow,/area/rogue/outdoors/beach)
Expand All @@ -2743,7 +2743,7 @@
"uHj" = (/obj/structure/bars/cemetery,/turf/open/floor/rogue/dirt/road,/area/rogue/outdoors/town/roofs)
"uHW" = (/obj/structure/closet/crate/roguecloset,/obj/item/reagent_containers/food/snacks/smallrat,/turf/open/floor/rogue/hexstone,/area/rogue/indoors/town)
"uIk" = (/turf/open/floor/carpet/royalblack,/area/rogue/indoors/town/magician)
"uJh" = (/obj/structure/lever/wall{dir = 8; name = "Kybraxor's Jaw"; redstone_id = "pitouter"},/turf/open/floor/rogue/ruinedwood/spiral,/area/rogue/indoors)
"uJh" = (/obj/structure/lever/wall{dir = 8; name = "Kybraxor's Jaw"; redstone_id = "kybraxoracid"},/turf/open/floor/rogue/ruinedwood/spiral,/area/rogue/indoors)
"uJk" = (/obj/structure/mineral_door/wood{locked = 1; lockid = "manor"; name = "Courtyard"},/turf/open/floor/rogue/wood,/area/rogue/indoors/town/manor)
"uJF" = (/turf/closed/wall/mineral/rogue/stonebrick,/area/rogue/outdoors/town)
"uKB" = (/turf/open/floor/rogue/churchrough,/area/rogue/indoors/town/church)
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/structures/roguetown/redstone.dm
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ GLOBAL_LIST_EMPTY(redstone_objs)
desc = ""
base_state = ""
icon_state = ""
redstone_id = "gatelava"
var/changing_state = FALSE
var/delay2open = 0
var/delay2close = 0
Expand Down

0 comments on commit 1ad8dea

Please sign in to comment.