Files
Bubberstation/code/modules/bitrunning/orders/bepis.dm
SkyratBot df20785778 [MIRROR] Skillchips are now copied to bitrunning avatars, plus a new chip to dodge bullets while flipping. (#26974)
* Skillchips are now copied to bitrunning avatars, plus a new chip to dodge bullets while flipping.

* Update code/_globalvars/traits/_traits.dm

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
Co-authored-by: Pinta <68373373+softcerv@users.noreply.github.com>
2024-03-31 23:31:37 -04:00

24 lines
703 B
Plaintext

/datum/orderable_item/bepis
category_index = CATEGORY_BEPIS
/datum/orderable_item/bepis/circuit_stack
item_path = /obj/item/stack/circuit_stack/full
cost_per_order = 150
/datum/orderable_item/bepis/survival_pen
item_path = /obj/item/pen/survival
cost_per_order = 150
/datum/orderable_item/bepis/party_sleeper
item_path = /obj/item/circuitboard/machine/sleeper/party
cost_per_order = 750
desc = "A decommissioned sleeper circuitboard, repurposed for recreational purposes."
/datum/orderable_item/bepis/sprayoncan
item_path = /obj/item/toy/sprayoncan
cost_per_order = 750
/datum/orderable_item/bepis/pristine
item_path = /obj/item/disk/design_disk/bepis/remove_tech
cost_per_order = 1000