mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
[SEMI-MODULAR]Neural Lacing (Or copyright infringement) (#6576)
* OH BOY * Not even dying harder than possible will save you from being revived. * weh * more improvements * more fixes and improvements * adds le vendor options * Adds cortical stacks to cargo * aaaa * syndie cortical * oops * DELACE MACHINE GOES BRRT * Are you a believer? * buffs cortical stack remover on traitors * Update code/game/objects/items/devices/scanners.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update code/modules/mining/machine_vending.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update code/game/objects/items/devices/scanners.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update code/modules/mob/living/carbon/death.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update modular_skyrat/modules/neural-lacing/code/delacer.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update modular_skyrat/modules/neural-lacing/code/implanter.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update modular_skyrat/modules/neural-lacing/code/stack.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update modular_skyrat/modules/neural-lacing/code/stack.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update modular_skyrat/modules/neural-lacing/code/stack.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update modular_skyrat/modules/neural-lacing/code/stack.dm Co-authored-by: Tom <tomforde4@gmail.com> * Update delacer.dm * aa * a * Update stack.dm * weh * More featureees * Believer bundle * i am deranged * Update implanter.dm Co-authored-by: Yawet330 <memeusniceus@gmail.com> Co-authored-by: Tom <tomforde4@gmail.com> Co-authored-by: Gandalf <jzo123@hotmail.com> Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
This commit is contained in:
@@ -172,7 +172,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/machinery/mineral/equipment_vendor/proc/RedeemVoucher(obj/item/mining_voucher/voucher, mob/redeemer)
|
||||
var/items = list("Survival Capsule and Explorer's Webbing", "Resonator Kit", "Minebot Kit", "Extraction and Rescue Kit", "Crusher Kit", "Mining Conscription Kit")
|
||||
var/items = list("Survival Capsule and Explorer's Webbing", "Resonator Kit", "Minebot Kit", "Extraction and Rescue Kit", "Crusher Kit", "Mining Conscription Kit", "Neural Lace Kit") //SKYRAT EDIT - Neural Laces
|
||||
|
||||
var/selection = input(redeemer, "Pick your equipment", "Mining Voucher Redemption") as null|anything in sortList(items)
|
||||
if(!selection || !Adjacent(redeemer) || QDELETED(voucher) || voucher.loc != redeemer)
|
||||
@@ -184,6 +184,8 @@
|
||||
if("Resonator Kit")
|
||||
new /obj/item/extinguisher/mini(drop_location)
|
||||
new /obj/item/resonator(drop_location)
|
||||
if("Neural Lace Kit") // Skyrat edit
|
||||
new /obj/item/autosurgeon/organ/corticalstack(drop_location)
|
||||
if("Minebot Kit")
|
||||
new /mob/living/simple_animal/hostile/mining_drone(drop_location)
|
||||
new /obj/item/weldingtool/hugetank(drop_location)
|
||||
|
||||
Reference in New Issue
Block a user