|
716 | 716 | product_ads = "Go save some lives!;The best stuff for your medbay.;Only the finest tools.;Natural chemicals!;This stuff saves lives.;Don't you want some?"
|
717 | 717 | icon_state = "wallmed"
|
718 | 718 | req_access = list(ACCESS_MEDICAL)
|
719 |
| - density = 0 //It is wall-mounted, and thus, not dense. --Superxpdude |
| 719 | + density = FALSE //It is wall-mounted, and thus, not dense. --Superxpdude |
720 | 720 | vend_id = "meds"
|
721 | 721 | products = list(
|
722 | 722 | /obj/item/stack/medical/bruise_pack = 3,
|
|
736 | 736 | premium = list(
|
737 | 737 | /obj/item/reagent_containers/pill/mortaphenyl = 4
|
738 | 738 | )
|
739 |
| - random_itemcount = 0 |
| 739 | + random_itemcount = FALSE |
740 | 740 | temperature_setting = -1
|
741 | 741 | light_color = LIGHT_COLOR_GREEN
|
742 | 742 | obj_flags = OBJ_FLAG_MOVES_UNSUPPORTED
|
|
747 | 747 | desc = "A wall-mounted version of the NanoMed, containing only vital first aid equipment."
|
748 | 748 | icon_state = "wallmed"
|
749 | 749 | req_access = list(ACCESS_MEDICAL)
|
750 |
| - density = 0 //It is wall-mounted, and thus, not dense. --Superxpdude |
| 750 | + density = FALSE //It is wall-mounted, and thus, not dense. --Superxpdude |
751 | 751 | vend_id = "meds"
|
752 | 752 | products = list(
|
753 | 753 | /obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 5,
|
|
767 | 767 | premium = list(
|
768 | 768 | /obj/item/reagent_containers/pill/mortaphenyl = 4
|
769 | 769 | )
|
770 |
| - random_itemcount = 0 |
| 770 | + random_itemcount = FALSE |
771 | 771 | temperature_setting = -1
|
772 | 772 | light_color = LIGHT_COLOR_GREEN
|
773 | 773 | obj_flags = OBJ_FLAG_MOVES_UNSUPPORTED
|
774 | 774 | manufacturer = "zenghu"
|
775 | 775 |
|
| 776 | +/obj/machinery/vending/wallpharm |
| 777 | + name = "\improper NanoPharm Mini" |
| 778 | + desc = "A wall-mounted pharmaceuticals vending machine packed with over-the-counter bottles. For the sick salaried worker in you." |
| 779 | + icon_state = "wallpharm" |
| 780 | + density = FALSE |
| 781 | + products = list( |
| 782 | + /obj/item/storage/pill_bottle/antidexafen = 4, |
| 783 | + /obj/item/storage/pill_bottle/dexalin = 4, |
| 784 | + /obj/item/storage/pill_bottle/dylovene = 4, |
| 785 | + /obj/item/stack/medical/bruise_pack = 5, |
| 786 | + /obj/item/stack/medical/ointment = 5, |
| 787 | + /obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 2, |
| 788 | + /obj/item/storage/pill_bottle/vitamin = 5, |
| 789 | + /obj/item/storage/pill_bottle/cetahydramine = 4, |
| 790 | + /obj/item/storage/pill_bottle/caffeine = 3, |
| 791 | + /obj/item/storage/pill_bottle/nicotine = 4, |
| 792 | + /obj/item/storage/pill_bottle/rmt = 2 |
| 793 | + ) |
| 794 | + prices = list( |
| 795 | + /obj/item/storage/pill_bottle/antidexafen = 70, |
| 796 | + /obj/item/storage/pill_bottle/dexalin = 60, |
| 797 | + /obj/item/storage/pill_bottle/dylovene = 75, |
| 798 | + /obj/item/stack/medical/bruise_pack = 5, |
| 799 | + /obj/item/stack/medical/ointment = 8, |
| 800 | + /obj/item/reagent_containers/hypospray/autoinjector/inaprovaline = 14, |
| 801 | + /obj/item/storage/pill_bottle/vitamin = 55, |
| 802 | + /obj/item/storage/pill_bottle/cetahydramine = 60, |
| 803 | + /obj/item/storage/pill_bottle/caffeine = 90, |
| 804 | + /obj/item/storage/pill_bottle/nicotine = 85, |
| 805 | + /obj/item/storage/pill_bottle/rmt = 550 |
| 806 | + ) |
| 807 | + contraband = list( |
| 808 | + /obj/item/reagent_containers/pill/tox = 3, |
| 809 | + /obj/item/storage/pill_bottle/perconol = 3 |
| 810 | + ) |
| 811 | + random_itemcount = FALSE |
| 812 | + temperature_setting = -1 |
| 813 | + light_color = COLOR_GOLD |
| 814 | + obj_flags = OBJ_FLAG_MOVES_UNSUPPORTED |
| 815 | + manufacturer = "nanotrasen" |
| 816 | + |
776 | 817 | /obj/machinery/vending/security
|
777 | 818 | name = "SecTech"
|
778 | 819 | desc = "A security equipment vendor."
|
|
0 commit comments