sell gases to get that fuckin bike

This commit is contained in:
Sishen
2019-06-20 19:21:12 -04:00
parent 6c54c21d9c
commit 0d3efa0abd
4 changed files with 36 additions and 2 deletions
@@ -131,6 +131,23 @@
unit_name = "security barrier"
export_types = list(/obj/item/grenade/barrier, /obj/structure/barricade/security)
/datum/export/large/gas_canister
cost = 10 //Base cost of canister. You get more for nice gases inside.
unit_name = "Gas Canister"
export_types = list(/obj/machinery/portable_atmospherics/canister)
/datum/export/large/gas_canister/get_cost(obj/O)
var/obj/machinery/portable_atmospherics/canister/C = O
var/worth = 10
var/gases = C.air_contents.gases
worth += gases[/datum/gas/bz]*4
worth += gases[/datum/gas/stimulum]*100
worth += gases[/datum/gas/hypernoblium]*1000
worth += gases[/datum/gas/miasma]*10
worth += gases[/datum/gas/tritium]*5
worth += gases[/datum/gas/pluoxium]*5
return worth
/datum/export/large/odysseus
cost = 5500
unit_name = "working odysseus"