mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Proposal for crisisbot buff. (#37419)
* crisisbot tweak * crisisbot upgrade --------- Co-authored-by: west3436 <66280799+west3436@users.noreply.github.com>
This commit is contained in:
@@ -134,8 +134,8 @@
|
||||
|
||||
/obj/item/weapon/reagent_containers/borghypo/crisis
|
||||
name = "crisis hypospray"
|
||||
desc = "A syndicate-exclusive emergency hypospray filled with potent stimulants and painkillers."
|
||||
desc = "A syndicate-exclusive emergency hypospray filled with potent stimulants, medicines, painkillers and sedatives."
|
||||
icon_state = "borghypo_s"
|
||||
reagent_ids = list(TRICORDRAZINE, INAPROVALINE, COCAINE, OXYCODONE, TRAMADOL)
|
||||
volume = 10
|
||||
reagent_ids = list(DOCTORSDELIGHT, DEXALINP, METHAMPHETAMINE, OXYCODONE, CREATINE, CHLORALHYDRATE)
|
||||
volume = 30
|
||||
amount_per_transfer_from_this = 10
|
||||
|
||||
@@ -560,6 +560,10 @@
|
||||
sprites = list(
|
||||
"Droid" = "droid-crisis"
|
||||
)
|
||||
respawnables = list(
|
||||
/obj/item/stack/medical/splint
|
||||
)
|
||||
respawnables_max_amount = MEDICAL_MAX_KIT
|
||||
|
||||
/obj/item/weapon/robot_module/syndicate/crisis/New()
|
||||
..()
|
||||
@@ -575,11 +579,15 @@
|
||||
modules += new /obj/item/device/reagent_scanner/adv(src)
|
||||
modules += new /obj/item/weapon/reagent_containers/borghypo/crisis(src)
|
||||
modules += new /obj/item/weapon/reagent_containers/borghypo/biofoam(src)
|
||||
modules += new /obj/item/weapon/reagent_containers/spray/lube(src)
|
||||
modules += new /obj/item/weapon/revivalprod(src)
|
||||
modules += new /obj/item/weapon/switchtool/surgery/maxed(src)
|
||||
modules += new /obj/item/robot_rack/bed/syndie(src)
|
||||
modules += new /obj/item/weapon/cookiesynth/lollipop(src)
|
||||
|
||||
var/obj/item/stack/medical/splint/K = new /obj/item/stack/medical/splint(src)
|
||||
K.max_amount = MEDICAL_MAX_KIT
|
||||
K.amount = MEDICAL_MAX_KIT
|
||||
modules += K
|
||||
sensor_augs = list("Thermal", "Medical", "Disable")
|
||||
|
||||
fix_modules()
|
||||
|
||||
Reference in New Issue
Block a user