More changes. Added uses for tritium, m.hydrogen and platinum. Increased cargo price for phoron.

Conflicts:
	code/game/objects/items/stacks/sheets/mineral.dm
	code/game/supplyshuttle.dm
This commit is contained in:
Zuhayr
2014-06-15 07:58:00 -04:00
committed by ZomgPonies
parent 2d4e94019b
commit a80c317cbe
5 changed files with 47 additions and 19 deletions
+4
View File
@@ -52,6 +52,10 @@
credits = 1000
/obj/item/weapon/coin/platinum
name = "platinum coin"
icon_state = "coin_adamantine"
/obj/item/weapon/coin/attackby(obj/item/weapon/W as obj, mob/user as mob)
if(istype(W,/obj/item/stack/cable_coil) )
var/obj/item/stack/cable_coil/CC = W
+1 -1
View File
@@ -337,7 +337,7 @@ display round(lastgen) and plasmatank amount
/obj/machinery/power/port_gen/pacman/mrs
name = "M.R.S.P.A.C.M.A.N.-type Portable Generator"
icon_state = "portgen2"
sheet_path = /obj/item/stack/sheet/mineral/diamond
sheet_path = /obj/item/stack/sheet/mineral/tritium
power_gen = 40000
time_per_sheet = 80
board_path = "/obj/item/weapon/circuitboard/pacman/mrs"