Removes the old hypospray from CMO closet, updates tator objective
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
|
|
||||||
/datum/objective_item/steal/hypo
|
/datum/objective_item/steal/hypo
|
||||||
name = "the hypospray."
|
name = "the hypospray."
|
||||||
targetitem = /obj/item/reagent_containers/hypospray/CMO
|
targetitem = /obj/item/hypospray/mkii/CMO //CITADEL EDIT, changing theft objective for the Hypo MK II
|
||||||
difficulty = 5
|
difficulty = 5
|
||||||
excludefromjob = list("Chief Medical Officer")
|
excludefromjob = list("Chief Medical Officer")
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
new /obj/item/storage/belt/medical(src)
|
new /obj/item/storage/belt/medical(src)
|
||||||
new /obj/item/device/healthanalyzer/advanced(src)
|
new /obj/item/device/healthanalyzer/advanced(src)
|
||||||
new /obj/item/device/assembly/flash/handheld(src)
|
new /obj/item/device/assembly/flash/handheld(src)
|
||||||
new /obj/item/reagent_containers/hypospray/CMO(src)
|
// new /obj/item/reagent_containers/hypospray/CMO(src) // CITADEL EDIT comments out the hypospray mk I. the MK II kit is modularized
|
||||||
new /obj/item/device/autosurgeon/cmo(src)
|
new /obj/item/device/autosurgeon/cmo(src)
|
||||||
new /obj/item/door_remote/chief_medical_officer(src)
|
new /obj/item/door_remote/chief_medical_officer(src)
|
||||||
new /obj/item/clothing/neck/petcollar(src)
|
new /obj/item/clothing/neck/petcollar(src)
|
||||||
|
|||||||
Reference in New Issue
Block a user