mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Revert "[MIRROR] /atom New() => Initialize() [MDB IGNORE]"
This commit is contained in:
@@ -7,17 +7,6 @@ somewhere on that shuttle. Subtypes of these can be then used to perform ship ov
|
||||
var/obj/effect/overmap/visitable/ship/linked
|
||||
var/list/viewers // Weakrefs to mobs in direct-view mode.
|
||||
var/extra_view = 0 // how much the view is increased by when the mob is in overmap mode.
|
||||
var/list/whitelisted_types = list(/obj/effect/overmap/visitable/ship)
|
||||
var/list/blacklisted_types = list()
|
||||
|
||||
/obj/machinery/computer/ship/Initialize()
|
||||
. = ..()
|
||||
var/list/L = list()
|
||||
for(var/type in whitelisted_types)
|
||||
L |= typesof(type)
|
||||
for(var/type in blacklisted_types)
|
||||
L -= typesof(type)
|
||||
whitelisted_types = L
|
||||
|
||||
// A late init operation called in SSshuttles, used to attach the thing to the right ship.
|
||||
/obj/machinery/computer/ship/proc/attempt_hook_up(obj/effect/overmap/visitable/ship/sector)
|
||||
|
||||
Reference in New Issue
Block a user