From bcf00e21575b3f14222c534ea7aecf19188daa5b Mon Sep 17 00:00:00 2001 From: Dax Dupont Date: Tue, 26 Jun 2018 22:34:45 +0200 Subject: [PATCH] Introduces actual liberty to liberation station vendors, removes sec access requirement (#38725) * Remove access requirements from lib * a --- code/modules/vending/liberation.dm | 1 - code/modules/vending/liberation_toy.dm | 1 - 2 files changed, 2 deletions(-) diff --git a/code/modules/vending/liberation.dm b/code/modules/vending/liberation.dm index 6213ebed351..92fd21e852f 100644 --- a/code/modules/vending/liberation.dm +++ b/code/modules/vending/liberation.dm @@ -2,7 +2,6 @@ name = "\improper Liberation Station" desc = "An overwhelming amount of ancient patriotism washes over you just by looking at the machine." icon_state = "liberationstation" - req_access = list(ACCESS_SECURITY) product_slogans = "Liberation Station: Your one-stop shop for all things second ammendment!;Be a patriot today, pick up a gun!;Quality weapons for cheap prices!;Better dead than red!" product_ads = "Float like an astronaut, sting like a bullet!;Express your second ammendment today!;Guns don't kill people, but you can!;Who needs responsibilities when you have guns?" vend_reply = "Remember the name: Liberation Station!" diff --git a/code/modules/vending/liberation_toy.dm b/code/modules/vending/liberation_toy.dm index 8cdabdf0e84..1bb8f8bde35 100644 --- a/code/modules/vending/liberation_toy.dm +++ b/code/modules/vending/liberation_toy.dm @@ -2,7 +2,6 @@ name = "\improper Syndicate Donksoft Toy Vendor" desc = "An ages 8 and up approved vendor that dispenses toys. If you were to find the right wires, you can unlock the adult mode setting!" icon_state = "syndi" - req_access = list(ACCESS_SECURITY) product_slogans = "Get your cool toys today!;Trigger a valid hunter today!;Quality toy weapons for cheap prices!;Give them to HoPs for all access!;Give them to HoS to get perma briged!" product_ads = "Feel robust with your toys!;Express your inner child today!;Toy weapons don't kill people, but valid hunters do!;Who needs responsibilities when you have toy weapons?;Make your next murder FUN!" vend_reply = "Come back for more!"