Funny-character-bus-code

This little pull is litterally a pull for a single character I'd like to bus, basicly a walking chem dispenser, so lets go!
This commit is contained in:
Chemlight
2020-11-09 23:03:12 -08:00
parent c7bc366210
commit 8c0f1756a1
8 changed files with 475 additions and 2 deletions
@@ -234,3 +234,10 @@
name = "surgical toolset implant"
desc = "A set of surgical tools hidden behind a concealed panel on the user's arm."
contents = newlist(/obj/item/retractor/augment, /obj/item/hemostat/augment, /obj/item/cautery/augment, /obj/item/surgicaldrill/augment, /obj/item/scalpel/augment, /obj/item/circular_saw/augment, /obj/item/surgical_drapes)
//Ignore this one this is for a bus character.
/obj/item/organ/cyberimp/arm/COMPound
name = "chemical cybernetics implant"
desc = "A powerful cybernetic implant that contains chemical fabrication modules built into the user's arm."
contents = newlist(/obj/item/reagent_containers/hypospray/debug, /obj/item/gun/chem/debug, /obj/item/reagent_containers/chemical_tongue, /obj/item/fermichem/pHmeter)