mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[NO GBP] Fixes every single uplink getting free cybernetic implants (#81938)
## About The Pull Request Fixes every single uplink giving out free cybernetic implants fixes https://github.com/tgstation/tgstation/issues/81912 ## Why It's Good For The Game As funny as it is to produce hundreds of reviver implants out of thin air, this is a bug.
This commit is contained in:
@@ -122,17 +122,17 @@
|
||||
desc = "A syndicate tactical combat medkit, but only stocked enough to do basic first aid."
|
||||
item = /obj/item/storage/medkit/tactical_lite
|
||||
|
||||
/datum/uplink_item/implants/spy_unique/antistun
|
||||
/datum/uplink_item/spy_unique/antistun
|
||||
name = /datum/uplink_item/implants/nuclear/antistun::name
|
||||
desc = /datum/uplink_item/implants/nuclear/antistun::desc
|
||||
item = /obj/item/autosurgeon/syndicate/anti_stun/single_use
|
||||
|
||||
/datum/uplink_item/implants/spy_unique/reviver
|
||||
/datum/uplink_item/spy_unique/reviver
|
||||
name = /datum/uplink_item/implants/nuclear/reviver::name
|
||||
desc = /datum/uplink_item/implants/nuclear/reviver::desc
|
||||
item = /obj/item/autosurgeon/syndicate/reviver/single_use
|
||||
|
||||
/datum/uplink_item/implants/spy_unique/thermals
|
||||
/datum/uplink_item/spy_unique/thermals
|
||||
name = /datum/uplink_item/implants/nuclear/thermals::name
|
||||
desc = /datum/uplink_item/implants/nuclear/thermals::desc
|
||||
item = /obj/item/autosurgeon/syndicate/thermal_eyes/single_use
|
||||
|
||||
Reference in New Issue
Block a user