mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Firelock construction fix, ORM wrenching fix
This commit is contained in:
@@ -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>")
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user