Skip to content

Commit

Permalink
Adds a few items to SecTech and fixes ads/slogans. (#8374)
Browse files Browse the repository at this point in the history
# About the pull request

Adds camera, camera film, tape recorder, clue scanner to SecTech.
Changes ads/slogans to be in line with the coding of other vendors
(well, with the Eat an EAT vendor anyways, I know that vendor works).

# Explain why it's good for the game

I feel like these items are all things that lead to HRP behavior, and so
I don't think any of these additions would be controversial - am I
wrong? Also shoutout to #8191
for making it so adding photos to security records works! It's very
cool, and it's what led me to make this PR. And the ads/slogans thing is
a bug, I think these are never broadcasting.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl:
qol: Adds camera, camera film, tape recorder, clue scanner to SecTech.
fix: Code fixed for sectech machine ads/slogans.
/:cl:
  • Loading branch information
zzzmike authored Feb 7, 2025
1 parent 242bd2a commit 8b467e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/machinery/vending/vending_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@
name = "\improper SecTech"
desc = "A security equipment vendor."
product_ads = "Crack capitalist skulls!;Beat some heads in!;Don't forget - harm is good!;Your weapons are right here.;Handcuffs!;Freeze, scumbag!;Don't tase me bro!;Tase them, bro.;Why not have a donut?"
product_slogans = "Crack capitalist skulls!;Beat some heads in!;Don't forget - harm is good!;Your weapons are right here.;Handcuffs!;Freeze, scumbag!;Don't tase me bro!;Tase them, bro.;Why not have a donut?"
icon_state = "sec"
icon_deny = "sec-deny"
req_access = list(ACCESS_MARINE_BRIG)
Expand All @@ -437,6 +438,10 @@
/obj/item/clothing/glasses/sunglasses/sechud = 3,
/obj/item/device/radio/headset = 6,
/obj/item/tape/regulation = 5,
/obj/item/device/taperecorder = 3,
/obj/item/device/clue_scanner = 3,
/obj/item/device/camera = 8,
/obj/item/device/camera_film = 8,
)
contraband = list(/obj/item/clothing/glasses/sunglasses = 2,/obj/item/storage/donut_box = 2)

Expand Down

0 comments on commit 8b467e0

Please sign in to comment.