yogstation13 / yogstation-classic

Yogstation13's classic code source.
http://www.yogstation.net
GNU Affero General Public License v3.0
10 stars 37 forks source link

Request: Add in a Export Scanner for Cargo Techs #1285

Closed SKR6DarkVoid closed 6 years ago

SKR6DarkVoid commented 8 years ago

Did the code myself, would like to request that Cargo Techs spawn in with this tool.

/datum/job/cargo_tech/equip_items(mob/living/carbon/human/H) H.equip_to_slot_or_del(new /obj/item/clothing/under/rank/cargotech(H), slot_w_uniform) H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sneakers/black(H), slot_shoes)

^ Old Code

New Code

/datum/job/cargo_tech/equip_items(mob/living/carbon/human/H) H.equip_to_slot_or_del(new /obj/item/clothing/under/rank/cargotech(H), slot_w_uniform) H.equip_to_slot_or_del(new /obj/item/clothing/shoes/sneakers/black(H), slot_shoes) H.equip_to_slot_or_del(new /obj/item/device/export_scanner(H), slot_l_hand) /*

The Export Scanner, tells techs the value of items, so its quite useful.

Super3222 commented 8 years ago

They were initially suppose to start in the Cargo Tech's lockers, but I did make a lot of reversions in that PR.

oisin100 commented 8 years ago

So why dont you PR it @SKR6DarkVoid ;^)

SKR6DarkVoid commented 8 years ago

Would like some guidance so I'm not messing this up,

Which branch would it go under for a PR? @oisin100