diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index 2e40c452890..8a1def9d880 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -1009,11 +1009,11 @@ contraband = list(/obj/item/clothing/under/patriotsuit = 1,/obj/item/bedsheet/patriot = 3) armor = list(melee = 100, bullet = 100, laser = 100, energy = 100, bomb = 0, bio = 0, rad = 0) - + /obj/machinery/vending/toyliberationstation 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 = "liberationstation" + icon_state = "syndi" 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 permabrigged!" 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!" diff --git a/icons/obj/vending.dmi b/icons/obj/vending.dmi index 66dbdc88c10..3cf2933da82 100755 Binary files a/icons/obj/vending.dmi and b/icons/obj/vending.dmi differ