Skip to content

Commit

Permalink
sdaf
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyGhoster committed Mar 3, 2025
1 parent ff5adc5 commit bba351f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/overmap/overmap_object.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
icon_state = "object"
color = "#fffffe"
mouse_opacity = MOUSE_OPACITY_ICON
layer = OVERMAP_SECTOR_LAYER
set_dir_on_move = FALSE

//RP fluff details to appear on scan readouts for any object we want to include these details with
var/scanimage = "no_data.png"
Expand All @@ -19,7 +21,6 @@
var/static_vessel = FALSE //Used to expand scan details for visible space stations
var/landing_site = FALSE //Used for unique landing sites that occupy the same overmap tile as another - for example, the implementation of Point Verdant and Konyang

layer = OVERMAP_SECTOR_LAYER

var/list/map_z = list()

Expand Down

0 comments on commit bba351f

Please sign in to comment.