Adds geiger counters to autolathes (#19346)

Title. Particularly useful while we're on Moghes, as other than those
mapped in engineering/in the engineering vendor, there is no way to
acquire these.
This commit is contained in:
Sparky
2024-06-08 17:42:02 +01:00
committed by GitHub
parent 578c394a0e
commit aa8fc14a6c
3 changed files with 13 additions and 0 deletions
@@ -59,6 +59,11 @@
path = /obj/item/device/multitool
category = "Tools"
/singleton/autolathe_recipe/geiger
name = "geiger counter"
path = /obj/item/device/geiger
category = "Tools"
/singleton/autolathe_recipe/t_scanner
name = "T-ray scanner"
path = /obj/item/device/t_scanner
@@ -6,6 +6,8 @@
item_state = "multitool"
w_class = ITEMSIZE_SMALL
action_button_name = "Toggle geiger counter"
matter = list(MATERIAL_PLASTIC = 100, DEFAULT_WALL_MATERIAL = 100, MATERIAL_GLASS = 50)
origin_tech = list(TECH_MAGNET = 1, TECH_ENGINEERING = 1)
var/scanning = 0
var/radiation_count = 0
var/datum/sound_token/sound_token
@@ -0,0 +1,6 @@
author: Sparky_hotdog
delete-after: True
changes:
- rscadd: "Added geiger counters to autolathes."