mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user