Skip to content

Commit

Permalink
[MIRROR] [NO GBP] CytoPro Price Adjustment (Skyrat-SS13#29520)
Browse files Browse the repository at this point in the history
* [NO GBP] CytoPro Price Adjustment

* this is pequod, arriving shortly at LZ

---------

Co-authored-by: r3dj4ck0424 <[email protected]>
Co-authored-by: projectkepler-RU <[email protected]>
  • Loading branch information
3 people committed Aug 22, 2024
1 parent ebe885f commit aa7ecbb
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
35 changes: 35 additions & 0 deletions code/modules/vending/cytopro.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/obj/machinery/vending/cytopro
name = "\improper CytoPro"
desc = "For all your cytology needs!"
product_slogans = "Cloning? Don't be ridiculous.;Don't be uncultured, get some cells growing!;Who needs farms when we got vats?"
product_ads = "Grow your own little creatures!;Biology, at your fingertips!"
icon_state = "cytopro"
icon_deny = "cytopro-deny"
panel_type = "panel2"
light_mask = "cytopro-light-mask"
products = list(
/obj/item/storage/bag/xeno = 5,
/obj/item/reagent_containers/condiment/protein = 10,
/obj/item/storage/box/swab = 3,
/obj/item/storage/box/petridish = 3,
/obj/item/storage/box/monkeycubes = 3,
/obj/item/biopsy_tool = 3,
/obj/item/clothing/under/rank/rnd/scientist = 5,
/obj/item/clothing/suit/toggle/labcoat = 5,
/obj/item/clothing/suit/bio_suit = 3,
/obj/item/clothing/head/bio_hood = 3,
/obj/item/reagent_containers/dropper = 5,
/obj/item/reagent_containers/syringe = 5,
/obj/item/petri_dish/random = 6
)
contraband = list(
/obj/item/knife/kitchen = 3,
)
refill_canister = /obj/item/vending_refill/cytopro
default_price = PAYCHECK_CREW * 1
extra_price = PAYCHECK_COMMAND * 0.5
payment_department = ACCOUNT_SCI

/obj/item/vending_refill/cytopro
machine_name = "CytoPro"
icon_state = "refill_plant"
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6291,6 +6291,7 @@
#include "code\modules\vending\clothesmate.dm"
#include "code\modules\vending\coffee.dm"
#include "code\modules\vending\cola.dm"
#include "code\modules\vending\cytopro.dm"
#include "code\modules\vending\donk.dm"
#include "code\modules\vending\drinnerware.dm"
#include "code\modules\vending\engineering.dm"
Expand Down

0 comments on commit aa7ecbb

Please sign in to comment.