Skip to content

Commit

Permalink
move t-ray closer to safe
Browse files Browse the repository at this point in the history
  • Loading branch information
kyunkyunkyun committed Feb 3, 2025
1 parent 0dbe469 commit 28e0a2e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion _maps/map_files220/RandomRuins/SpaceRuins/spacehotel.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4312,7 +4312,10 @@
/obj/effect/turf_decal/siding/wood/neutral{
dir = 4
},
/obj/item/t_scanner,
/obj/item/paper/pamphlet/deltainfo{
name = "Hotel pamphlet";
info = "<center><b>The Twin Nexus Hotel</center></b><br><center><i>A place of Sanctuary</i></center><br><br><center>Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff strive to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more information.</center>"
},
/turf/simulated/floor/wood/oak,
/area/ruin/space/spacehotelv1/reception)
"Hb" = (
Expand Down Expand Up @@ -6462,6 +6465,10 @@
pixel_x = 10;
pixel_y = 6
},
/obj/item/t_scanner{
pixel_x = -10;
pixel_y = 2
},
/turf/simulated/floor/plasteel/dark,
/area/ruin/space/spacehotelv1/reception)
"YR" = (
Expand Down

0 comments on commit 28e0a2e

Please sign in to comment.