Adds a special camera that can see ghosts (if the ghost is orbiting something they are skipped, this is to prevent it being used for power/meta gaming) the Chaplain spawns with one and they can be tablecrafted using a camera and holywater

This commit is contained in:
Remie Richards
2015-10-24 00:53:36 +01:00
parent 5ab3ad56db
commit d524b4acde
3 changed files with 66 additions and 15 deletions
+11 -1
View File
@@ -229,4 +229,14 @@
/obj/item/stack/packageWrap = 5,)
tools = list(/obj/item/weapon/screwdriver)
time = 200
category = CAT_WEAPON
category = CAT_WEAPON
/datum/table_recipe/spooky_camera
name = "Camera Obscura"
result = /obj/item/device/camera/spooky
time = 15
reqs = list(/obj/item/device/camera = 1,
/datum/reagent/water/holywater = 10)
parts = list(/obj/item/device/camera = 1)
category = CAT_MISC