for-the-strength-from-which-he-gives-is-unerring

This commit is contained in:
Fox McCloud
2019-10-05 02:08:11 -04:00
parent 5170f3fbae
commit 67dc33ac3f
141 changed files with 722 additions and 542 deletions
+1 -2
View File
@@ -95,8 +95,7 @@ var/global/list/rad_collectors = list()
to_chat(user, "<span class='warning'>Access denied!</span>")
return 1
else
..()
return 1
return ..()
/obj/machinery/power/rad_collector/obj_break(damage_flag)
if(!(stat & BROKEN) && !(flags & NODECONSTRUCT))
+3 -3
View File
@@ -342,10 +342,10 @@
if(exchange_parts(user, W))
return
default_deconstruction_crowbar(W)
if(default_deconstruction_crowbar(W))
return
..()
return
return ..()
/obj/machinery/power/emitter/emag_act(var/mob/living/user as mob)
if(!emagged)
@@ -140,8 +140,7 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin
if(istool(W))
if(process_tool_hit(W,user))
return
..()
return
return..()
/obj/structure/particle_accelerator/deconstruct(disassembled = TRUE)
if(!(flags & NODECONSTRUCT))
@@ -310,7 +309,7 @@ So, hopefully this is helpful if any more icons are to be added/changed/wonderin
if(istool(W))
if(process_tool_hit(W,user))
return
..()
return ..()
/obj/machinery/particle_accelerator/proc/update_state()
return 0