[MIRROR] Adds nifsoft uploaders for Mass Alteration (#7148)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-10-31 13:57:00 -07:00
committed by GitHub
parent 0082a32455
commit aceaf6b003

View File

@@ -381,3 +381,26 @@
..()
for(var/i = 0 to 7)
new /obj/item/weapon/disk/nifsoft/mining(src)
// Mass Alteration Disk //
/obj/item/weapon/disk/nifsoft/sizechange
name = "NIFSoft Uploader - Mass Alteration"
desc = "Contains free NIFSofts for special purposes.\n\
It has a small label: \n\
\"Portable NIFSoft Installation Media. \n\
Align ocular port with eye socket and depress red plunger.\""
icon_state = "mining"
stored_organic = /datum/nifsoft/sizechange
stored_synthetic = /datum/nifsoft/sizechange
/obj/item/weapon/storage/box/nifsofts_sizechange
name = "mass alteration nifsoft uploaders"
desc = "A box of free nifsofts for special purposes."
icon = 'icons/obj/boxes.dmi'
icon_state = "nifsoft_kit_mining"
/obj/item/weapon/storage/box/nifsofts_sizechange/New()
..()
for(var/i = 0 to 7)
new /obj/item/weapon/disk/nifsoft/sizechange(src)