Merge pull request #6830 from Glloyd/fixes

Two More Little Fixes
This commit is contained in:
Zuhayr
2014-10-24 09:16:13 +10:30
3 changed files with 10 additions and 2 deletions

View File

@@ -96,3 +96,11 @@
usr << "\blue You empty the ore box"
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

View File

@@ -30,7 +30,7 @@
name = "Gas turbine control computer"
desc = "A computer to remotely control a gas turbine"
icon = 'icons/obj/computer.dmi'
icon_state = "airtunnel0e"
icon_state = "turbinecomp"
circuit = /obj/item/weapon/circuitboard/turbine_control
anchored = 1
density = 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 72 KiB