mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 23:21:02 +01:00
Temp dirty fix.
This commit is contained in:
@@ -240,6 +240,12 @@ Buildable meters
|
||||
icon_state = "bluespace"
|
||||
disposable = FALSE
|
||||
|
||||
/obj/item/pipe/bluespace/Initialize(mapload, _pipe_type, _dir, obj/machinery/atmospherics/make_from)
|
||||
. = ..()
|
||||
pipe_type = /obj/machinery/atmospherics/pipe/bluespace
|
||||
icon_state = "bluespace"
|
||||
disposable = FALSE
|
||||
|
||||
/obj/item/pipe/bluespace/attack_self(mob/user)
|
||||
var/new_name = input(user, "Enter identifier for bluespace pipe network", "bluespace pipe", bluespace_network_name) as text|null
|
||||
if(!isnull(new_name))
|
||||
|
||||
Reference in New Issue
Block a user