mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Camera Hotfix
This commit is contained in:
@@ -141,7 +141,6 @@
|
|||||||
assembly.camera_network = english_list(network, NETWORK_EXODUS, ",", ",")
|
assembly.camera_network = english_list(network, NETWORK_EXODUS, ",", ",")
|
||||||
assembly.update_icon()
|
assembly.update_icon()
|
||||||
assembly.dir = src.dir
|
assembly.dir = src.dir
|
||||||
assembly = null //so qdel doesn't eat it.
|
|
||||||
if(stat & BROKEN)
|
if(stat & BROKEN)
|
||||||
assembly.state = 2
|
assembly.state = 2
|
||||||
user << "<span class='notice'>You repaired \the [src] frame.</span>"
|
user << "<span class='notice'>You repaired \the [src] frame.</span>"
|
||||||
@@ -149,6 +148,7 @@
|
|||||||
assembly.state = 1
|
assembly.state = 1
|
||||||
user << "<span class='notice'>You cut \the [src] free from the wall.</span>"
|
user << "<span class='notice'>You cut \the [src] free from the wall.</span>"
|
||||||
new /obj/item/stack/cable_coil(src.loc, length=2)
|
new /obj/item/stack/cable_coil(src.loc, length=2)
|
||||||
|
assembly = null //so qdel doesn't eat it.
|
||||||
qdel(src)
|
qdel(src)
|
||||||
|
|
||||||
// OTHER
|
// OTHER
|
||||||
|
|||||||
Reference in New Issue
Block a user