Add the new capture crystal to the "Bits and Bobs" vendor.

Also fixed a typo in the crystals description.
This commit is contained in:
LukasJuergens
2023-04-14 18:35:54 +02:00
parent b8a9f86017
commit 0efee21dc6
3 changed files with 32 additions and 2 deletions
@@ -23,7 +23,7 @@
/obj/item/capture_crystal/cheap
name = "cheap capture crystal"
desc = "A silent, unassuming crystal in what appears to be some kind of steel housing. This one seems to be cheapley made and can only handle a willing mind."
desc = "A silent, unassuming crystal in what appears to be some kind of steel housing. This one seems to be cheaply made and can only handle a willing mind."
icon = 'icons/obj/capture_crystal_vr.dmi'
@@ -43,7 +43,7 @@
bound_mob = M
bound_mob.capture_caught = TRUE
persist_storable = FALSE
desc = "A silent, unassuming crystal in what appears to be some kind of steel housing. This one seems to be cheapley made and can only handle a willing mind."
desc = "A silent, unassuming crystal in what appears to be some kind of steel housing. This one seems to be cheaply made and can only handle a willing mind."
/obj/item/capture_crystal/cheap/activate(mob/living/user, target)