mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Woodrat Work v7.7
- Glass Sheets in robotics increased to two 50 sheet stacks. - Removed accidentally added tile next to medical. - Engineering Solar cameras now properly named and on proper networks. - Dock Hallway cameras added, Bridge entrance cameras updated with proper network. - Fixed broken access on Nanomed Plus vendors and medical closets. - Single fire extinguisher added to patient ward hallway - Work on the dock finalized, no other major changes to be done, glass firelocks installed. - Cafeteria work finalized. Glass firelocks added, Kitchen now properly access locked. - Air alarm added to security checkpoint. - Two emergency flood lights added to engineering storage. - Single camera added to EVA, may change out with two others. - Redundant and unnetworked cameras removed. - Hydroponics fore door switched to dual chef/gardener access. - Guess pass terminal added to the bridge hallway. - Bar layout finalized, glass firelocks added.
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
return
|
||||
|
||||
return
|
||||
|
||||
|
||||
/obj/machinery/vending/emag_act(var/remaining_charges, var/mob/user)
|
||||
if (!emagged)
|
||||
src.emagged = 1
|
||||
@@ -790,7 +790,7 @@
|
||||
icon_state = "med"
|
||||
icon_deny = "med-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_equip)
|
||||
req_access = list(access_medical)
|
||||
products = list(/obj/item/weapon/reagent_containers/glass/bottle/antitoxin = 4,/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline = 4,
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/stoxin = 4,/obj/item/weapon/reagent_containers/glass/bottle/toxin = 4,
|
||||
/obj/item/weapon/reagent_containers/syringe/antiviral = 4,/obj/item/weapon/reagent_containers/syringe = 12,
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
icon_opened = "medicalopen"
|
||||
icon_broken = "medicalbroken"
|
||||
icon_off = "medicaloff"
|
||||
req_access = list(access_medical_equip)
|
||||
req_access = list(access_medical)
|
||||
|
||||
|
||||
New()
|
||||
|
||||
+252
-182
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user