mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Fixes NanoDrug Plus unused sprite (#2038)
* fixes nanodrug unused sprite (#55300) NanoDrug Plus has a distinct sprite to NanoMed Plus. It isn't used. This uses it. * Fixes NanoDrug Plus unused sprite Co-authored-by: Tom <tomforde4@gmail.com>
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
/obj/machinery/vending/drugs
|
||||
name = "\improper NanoDrug Plus"
|
||||
desc = "Medical drugs dispenser."
|
||||
icon_state = "med"
|
||||
icon_deny = "med-deny"
|
||||
icon_state = "drug"
|
||||
icon_deny = "drug-deny"
|
||||
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?;Ping!"
|
||||
req_access = list(ACCESS_MEDICAL)
|
||||
products = list(/obj/item/reagent_containers/pill/patch/libital = 5,
|
||||
|
||||
Reference in New Issue
Block a user