From dc6bf17a7b6ed44339e0c774988d2b5878bb67d5 Mon Sep 17 00:00:00 2001 From: Dimach Date: Tue, 12 Dec 2023 06:54:38 +0200 Subject: [PATCH] tweak: implant icons (#4054) --- code/game/objects/items/weapons/implants/implant_adrenalin.dm | 2 +- code/game/objects/items/weapons/implants/implant_chem.dm | 2 +- code/game/objects/items/weapons/implants/implant_emp.dm | 2 +- code/game/objects/items/weapons/implants/implant_explosive.dm | 4 ++-- code/game/objects/items/weapons/implants/implant_freedom.dm | 2 +- code/game/objects/items/weapons/implants/implant_storage.dm | 2 +- .../objects/items/weapons/implants/implant_supercharge.dm | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/code/game/objects/items/weapons/implants/implant_adrenalin.dm b/code/game/objects/items/weapons/implants/implant_adrenalin.dm index 96317a0dcdc..828667cca39 100644 --- a/code/game/objects/items/weapons/implants/implant_adrenalin.dm +++ b/code/game/objects/items/weapons/implants/implant_adrenalin.dm @@ -1,7 +1,7 @@ /obj/item/implant/adrenalin name = "adrenal bio-chip" desc = "Removes all stuns and knockdowns." - icon_state = "adrenal" + icon_state = "adrenal_old" implant_state = "implant-syndicate" origin_tech = "materials=2;biotech=4;combat=3;syndicate=2" activated = BIOCHIP_ACTIVATED_ACTIVE diff --git a/code/game/objects/items/weapons/implants/implant_chem.dm b/code/game/objects/items/weapons/implants/implant_chem.dm index 5a60d9b3375..ad00f190345 100644 --- a/code/game/objects/items/weapons/implants/implant_chem.dm +++ b/code/game/objects/items/weapons/implants/implant_chem.dm @@ -1,7 +1,7 @@ /obj/item/implant/chem name = "chem bio-chip" desc = "Injects things." - icon_state = "reagents" + icon_state = "reagents_old" implant_state = "implant-nanotrasen" origin_tech = "materials=3;biotech=4" activated = BIOCHIP_ACTIVATED_ACTIVE diff --git a/code/game/objects/items/weapons/implants/implant_emp.dm b/code/game/objects/items/weapons/implants/implant_emp.dm index 011d406c26f..26a474e8fff 100644 --- a/code/game/objects/items/weapons/implants/implant_emp.dm +++ b/code/game/objects/items/weapons/implants/implant_emp.dm @@ -1,7 +1,7 @@ /obj/item/implant/emp name = "emp bio-chip" desc = "Triggers an EMP." - icon_state = "emp" + icon_state = "emp_old" origin_tech = "biotech=3;magnets=4;syndicate=1" activated = BIOCHIP_ACTIVATED_ACTIVE uses = 2 diff --git a/code/game/objects/items/weapons/implants/implant_explosive.dm b/code/game/objects/items/weapons/implants/implant_explosive.dm index cd247845e76..dc5ae8e5cb1 100644 --- a/code/game/objects/items/weapons/implants/implant_explosive.dm +++ b/code/game/objects/items/weapons/implants/implant_explosive.dm @@ -1,7 +1,7 @@ /obj/item/implant/explosive name = "microbomb bio-chip" desc = "And boom goes the weasel." - icon_state = "explosive" + icon_state = "explosive_old" origin_tech = "materials=2;combat=3;biotech=4;syndicate=4" implant_state = "implant-syndicate" activated = BIOCHIP_ACTIVATED_ACTIVE @@ -103,7 +103,7 @@ /obj/item/implant/explosive/macro name = "macrobomb bio-chip" desc = "And boom goes the weasel. And everything else nearby." - icon_state = "explosive" + icon_state = "explosive_old" origin_tech = "materials=3;combat=5;biotech=4;syndicate=5" weak = 16 medium = 8 diff --git a/code/game/objects/items/weapons/implants/implant_freedom.dm b/code/game/objects/items/weapons/implants/implant_freedom.dm index 6e0fc3c11d4..e2cb5aa35e6 100644 --- a/code/game/objects/items/weapons/implants/implant_freedom.dm +++ b/code/game/objects/items/weapons/implants/implant_freedom.dm @@ -1,7 +1,7 @@ /obj/item/implant/freedom name = "freedom bio-chip" desc = "Use this to escape from those evil Red Shirts." - icon_state = "freedom" + icon_state = "freedom_old" implant_state = "implant-syndicate" item_color = "r" origin_tech = "combat=5;magnets=3;biotech=4;syndicate=2" diff --git a/code/game/objects/items/weapons/implants/implant_storage.dm b/code/game/objects/items/weapons/implants/implant_storage.dm index eb0314a2f46..10923c0e13d 100644 --- a/code/game/objects/items/weapons/implants/implant_storage.dm +++ b/code/game/objects/items/weapons/implants/implant_storage.dm @@ -1,7 +1,7 @@ /obj/item/implant/storage name = "storage bio-chip" desc = "Stores up to two big items in a bluespace pocket." - icon_state = "storage" + icon_state = "storage_old" implant_state = "implant-syndicate" origin_tech = "materials=2;magnets=4;bluespace=5;syndicate=4" item_color = "r" diff --git a/code/game/objects/items/weapons/implants/implant_supercharge.dm b/code/game/objects/items/weapons/implants/implant_supercharge.dm index b93ac33feaf..291251b99cd 100644 --- a/code/game/objects/items/weapons/implants/implant_supercharge.dm +++ b/code/game/objects/items/weapons/implants/implant_supercharge.dm @@ -1,7 +1,7 @@ /obj/item/implant/supercharge name = "supercharge bio-chip" desc = "Removes all stuns and knockdowns." - icon_state = "adrenal" + icon_state = "adrenal_old" implant_state = "implant-syndicate" origin_tech = "materials=3;combat=5;syndicate=2" activated = BIOCHIP_ACTIVATED_ACTIVE