mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Blueprint Revamp.
This commit is contained in:
@@ -94,6 +94,13 @@
|
||||
assign_uid()
|
||||
id_tag = num2text(uid)
|
||||
|
||||
/obj/machinery/atmospherics/unary/vent_pump/proc/update_area()
|
||||
initial_loc = get_area(loc)
|
||||
area_uid = "\ref[initial_loc]"
|
||||
assign_uid()
|
||||
id_tag = num2text(uid)
|
||||
|
||||
|
||||
/obj/machinery/atmospherics/unary/vent_pump/Destroy()
|
||||
unregister_radio(src, frequency)
|
||||
if(initial_loc)
|
||||
|
||||
@@ -43,6 +43,12 @@
|
||||
assign_uid()
|
||||
id_tag = num2text(uid)
|
||||
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/proc/update_area()
|
||||
initial_loc = get_area(loc)
|
||||
area_uid = "\ref[initial_loc]"
|
||||
assign_uid()
|
||||
id_tag = num2text(uid)
|
||||
|
||||
/obj/machinery/atmospherics/unary/vent_scrubber/Destroy()
|
||||
unregister_radio(src, frequency)
|
||||
if(initial_loc)
|
||||
|
||||
Reference in New Issue
Block a user