mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
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:
@@ -408,7 +408,7 @@ Class Procs:
|
|||||||
|
|
||||||
/obj/machinery/proc/dismantle()
|
/obj/machinery/proc/dismantle()
|
||||||
playsound(src.loc, 'sound/items/Crowbar.ogg', 50, 1)
|
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)
|
if(!circuit)
|
||||||
return 0
|
return 0
|
||||||
var/obj/structure/frame/A = new /obj/structure/frame(src.loc)
|
var/obj/structure/frame/A = new /obj/structure/frame(src.loc)
|
||||||
|
|||||||
Reference in New Issue
Block a user