Skip to content

Commit

Permalink
Adding more Recorders
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMage99 committed Jan 1, 2025
1 parent d40e2b1 commit fc968aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ModularTegustation/tegu_items/associations/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@
/obj/item/choice_beacon/weaving = 1,
/obj/item/choice_beacon/tame = 1,
/obj/item/storage/photo_album/fixer = 1,
/obj/item/camera = 10,
/obj/item/taperecorder = 4,
/obj/item/tape = 10,
/obj/item/flashlight/seclite = 100,
/obj/item/attribute_increase/fixer = 1500,
/obj/item/radio/headset = 200,
Expand Down
2 changes: 2 additions & 0 deletions code/game/objects/items/devices/taperecorder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
custom_materials = list(/datum/material/iron=60, /datum/material/glass=30)
force = 2
throwforce = 0
custom_price = PAYCHECK_ASSISTANT
var/recording = FALSE
var/playing = FALSE
var/playsleepseconds = 0
Expand Down Expand Up @@ -298,6 +299,7 @@
var/list/storedinfo = list()
var/list/timestamp = list()
var/ruined = FALSE
custom_price = PAYCHECK_ASSISTANT

/obj/item/tape/fire_act(exposed_temperature, exposed_volume)
ruin()
Expand Down

0 comments on commit fc968aa

Please sign in to comment.