Pre-emptive Conflict Prevention

Just noticed that my comments were very different and the mirror that's in will conflict if I don't commit this change.
This commit is contained in:
TheFurryFeline
2019-06-06 13:38:31 -04:00
parent b8bbe08b83
commit 0aa11a1813

View File

@@ -408,7 +408,7 @@ Class Procs:
/obj/machinery/proc/dismantle()
playsound(src.loc, 'sound/items/Crowbar.ogg', 50, 1)
//TFF 3/6/19 - port Cit RP fix of infinite frames.
//TFF 3/6/19 - port Cit RP fix of infinite frames. If it doesn't have a circuit board, don't create a frame. Return a smack instead. BONK!
if(!circuit)
return 0
var/obj/structure/frame/A = new /obj/structure/frame(src.loc)