Firelock construction fix, ORM wrenching fix

This commit is contained in:
Citinited
2020-02-16 23:25:12 +00:00
parent b5ef242d92
commit 0f39edbe5d
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -360,6 +360,7 @@
constructionStep = CONSTRUCTION_WIRES_EXPOSED
update_icon()
return
if(CONSTRUCTION_NOCIRCUIT)
if(istype(C, /obj/item/firelock_electronics))
user.visible_message("<span class='notice'>[user] starts adding [C] to [src]...</span>", \
"<span class='notice'>You begin adding a circuit board to [src]...</span>")
+2 -1
View File
@@ -442,7 +442,8 @@ Class Procs:
return FALSE
/obj/machinery/default_unfasten_wrench(mob/user, obj/item/I, time)
if(..())
. = ..()
if(.)
power_change()
/obj/machinery/proc/exchange_parts(mob/user, obj/item/storage/part_replacer/W)