mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
some more new to init (#17231)
* some more new to init * rigs * rigs * intellisense moment * telcoms and landmarks * fix that as well * some more minor things * re add missing message * fix trash eating...
This commit is contained in:
@@ -20,12 +20,9 @@ var/global/list/micro_tunnels = list()
|
||||
/mob/living/simple_mob/slime
|
||||
)
|
||||
|
||||
/obj/structure/micro_tunnel/New()
|
||||
. = ..()
|
||||
micro_tunnels.Add(src)
|
||||
|
||||
/obj/structure/micro_tunnel/Initialize()
|
||||
. = ..()
|
||||
micro_tunnels.Add(src)
|
||||
if(name == initial(name))
|
||||
var/area/our_area = get_area(src)
|
||||
name = "[our_area.name] [name]"
|
||||
|
||||
Reference in New Issue
Block a user