mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
@@ -96,3 +96,11 @@
|
|||||||
usr << "\blue You empty the ore box"
|
usr << "\blue You empty the ore box"
|
||||||
|
|
||||||
return
|
return
|
||||||
|
|
||||||
|
/obj/structure/ore_box/ex_act(severity)
|
||||||
|
if(severity == 1.0 || (severity < 3.0 && prob(50)))
|
||||||
|
for (var/obj/item/weapon/ore/O in contents)
|
||||||
|
O.loc = src.loc
|
||||||
|
O.ex_act(severity++)
|
||||||
|
del(src)
|
||||||
|
return
|
||||||
@@ -30,7 +30,7 @@
|
|||||||
name = "Gas turbine control computer"
|
name = "Gas turbine control computer"
|
||||||
desc = "A computer to remotely control a gas turbine"
|
desc = "A computer to remotely control a gas turbine"
|
||||||
icon = 'icons/obj/computer.dmi'
|
icon = 'icons/obj/computer.dmi'
|
||||||
icon_state = "airtunnel0e"
|
icon_state = "turbinecomp"
|
||||||
circuit = /obj/item/weapon/circuitboard/turbine_control
|
circuit = /obj/item/weapon/circuitboard/turbine_control
|
||||||
anchored = 1
|
anchored = 1
|
||||||
density = 1
|
density = 1
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
Reference in New Issue
Block a user