Merge pull request #12452 from Xhuis/radical

Radiation tweaks and a geiger counter
This commit is contained in:
phil235
2015-10-22 01:13:00 +02:00
8 changed files with 170 additions and 2 deletions
@@ -569,4 +569,12 @@
build_type = AUTOLATHE
materials = list(MAT_METAL = 150, MAT_GLASS = 125)
build_path = /obj/item/weapon/hand_labeler
category = list("initial", "Electronics")
category = list("initial", "Electronics")
/datum/design/geiger
name = "Geiger counter"
id = "geigercounter"
build_type = AUTOLATHE
materials = list(MAT_METAL = 150, MAT_GLASS = 150)
build_path = /obj/item/device/geiger_counter
category = list("initial", "Tools")