Boring changes to make everything look ok

This commit is contained in:
Aronai Sieyes
2021-06-29 21:21:55 -04:00
parent fb489e1edc
commit 787241124e
43 changed files with 75 additions and 87 deletions
@@ -4,8 +4,6 @@
icon = 'icons/obj/overmap_vr.dmi'
icon_state = "portal"
color = "#2288FF"
known = FALSE //shows up on nav computers automatically
scannable = TRUE //if set to TRUE will show up on ship sensors for detailed scans
var/obj/effect/overmap/bluespace_rift/partner
@@ -9,7 +9,6 @@
icon = 'icons/obj/overmap.dmi'
icon_state = "event"
opacity = 1
known = FALSE
var/list/events // List of event datum paths
var/list/event_icon_states // Randomly picked from
var/difficulty = EVENT_LEVEL_MODERATE
+1 -2
View File
@@ -7,8 +7,7 @@
var/obj/effect/shuttle_landmark/ship/landmark // Record our open space landmark for easy reference.
var/multiz = 0 // Index of multi-z levels, starts at 0
var/status = SHIP_STATUS_LANDED
icon_state = "shuttle"
moving_state = "shuttle_moving"
icon_state = "shuttle_nosprite"
/obj/effect/overmap/visitable/ship/landable/Destroy()
GLOB.shuttle_pre_move_event.unregister(SSshuttles.shuttles[shuttle], src)