mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Spess.TV Season 1 (#26083)
This commit is contained in:
@@ -191,6 +191,12 @@
|
||||
|
||||
update_icon()
|
||||
|
||||
/obj/structure/closet/crate/flatpack/proc/insert_machine(atom/movable/thing)
|
||||
thing.forceMove(src)
|
||||
name += " ([thing.name])"
|
||||
machine = thing
|
||||
update_icon()
|
||||
|
||||
/*
|
||||
#define Fl_ACTION "action"
|
||||
|
||||
@@ -294,3 +300,4 @@
|
||||
/obj/structure/closet/crate/flatpack/starscreen_capacitor/New()
|
||||
..()
|
||||
machine = new /obj/machinery/shield_capacitor(src)
|
||||
|
||||
|
||||
@@ -64,10 +64,7 @@
|
||||
src.overlays -= image(icon = icon, icon_state = "[base_state]_ani")
|
||||
if(being_built)
|
||||
var/obj/structure/closet/crate/flatpack/FP = new
|
||||
being_built.forceMove(FP)
|
||||
FP.name += " ([being_built.name])"
|
||||
FP.machine = being_built
|
||||
FP.update_icon()
|
||||
FP.insert(being_built)
|
||||
var/turf/output = get_output()
|
||||
FP.forceMove(get_turf(output))
|
||||
src.visible_message("[bicon(src)] \The [src] beeps: \"Successfully completed \the [being_built.name].\"")
|
||||
|
||||
Reference in New Issue
Block a user