mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Nuke ops cybernetics changes (#22817)
* Nuke ops cybernetics changes Fixes #22814. 🆑 del: Nuclear operatives no longer get free autoimplanters when they purchase cybernetic implants, except in the cybernetic implant bundle. fix: The cybernetic implant bundle now actually contains implants. /🆑 * Changes descriptions rather than behaviour * No discounts for discounts
This commit is contained in:
@@ -156,8 +156,11 @@
|
||||
|
||||
/obj/item/weapon/storage/box/cyber_implants/bundle
|
||||
name = "boxed cybernetic implants"
|
||||
var/list/boxed = list(/obj/item/organ/cyberimp/eyes/xray,/obj/item/organ/cyberimp/eyes/thermals,
|
||||
/obj/item/organ/cyberimp/brain/anti_stun, /obj/item/organ/cyberimp/chest/reviver)
|
||||
var/list/boxed = list(
|
||||
/obj/item/organ/cyberimp/eyes/xray,
|
||||
/obj/item/organ/cyberimp/eyes/thermals,
|
||||
/obj/item/organ/cyberimp/brain/anti_stun,
|
||||
/obj/item/organ/cyberimp/chest/reviver)
|
||||
var/amount = 5
|
||||
|
||||
/obj/item/weapon/storage/box/cyber_implants/bundle/New()
|
||||
|
||||
Reference in New Issue
Block a user