Fix ruin ripley's spawn equipment (#2128)

This commit is contained in:
CitadelStationBot
2017-07-25 15:34:36 -07:00
committed by kevinz000
parent 6e6b1884d4
commit 66cf0b674d
+3 -3
View File
@@ -103,9 +103,9 @@
var/obj/item/mecha_parts/mecha_equipment/drill/D = new
D.attach(src)
else //Add possible plasma cutter if no drill
var/obj/item/mecha_parts/mecha_equipment/M = new
M.attach(src)
else //Add plasma cutter if no drill
var/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma/P = new
P.attach(src)
//Add ore box to cargo
cargo.Add(new /obj/structure/ore_box(src))