Buffs H.U.E.Y upgrades (plus advanced mk2 weedkill one) (#37248)

* adds this for starters

* more accurate

* adds these and makes this work

* cleans up spray restock and adds sprays

* cleans this up

* cleaned out

* now we can get disks out of this!

* proper path

* makes this work
This commit is contained in:
SECBATON GRIFFON
2024-10-11 06:51:32 +01:00
committed by GitHub
parent 6cdda47c2b
commit eac0795e6e
7 changed files with 132 additions and 86 deletions

View File

@@ -280,9 +280,7 @@
S.max_amount = MEDICAL_MAX_KIT
S.amount = MEDICAL_MAX_KIT
modules += S
emag = new /obj/item/weapon/reagent_containers/spray(src)
emag.reagents.add_reagent(PACID, 250)
emag.name = "Polyacid spray"
emag = new /obj/item/weapon/reagent_containers/spray/pacid(src)
sensor_augs = list("Medical", "Disable")
@@ -406,9 +404,7 @@
modules += new /obj/item/weapon/mop(src)
modules += new /obj/item/device/lightreplacer/borg(src)
modules += new /obj/item/weapon/reagent_containers/glass/bucket(src)
emag = new /obj/item/weapon/reagent_containers/spray(src)
emag.reagents.add_reagent(LUBE, 250)
emag.name = "Lube spray"
emag = new /obj/item/weapon/reagent_containers/spray/lube(src)
fix_modules()