diff --git a/code/modules/research/designs.dm b/code/modules/research/designs.dm index 8cfb04fd717..038ed277812 100644 --- a/code/modules/research/designs.dm +++ b/code/modules/research/designs.dm @@ -1104,7 +1104,7 @@ datum desc = "A power cell that holds 20000 units of energy" id = "super_cell" req_tech = list("powerstorage" = 3, "materials" = 2) - reliability_base = 75 + reliability_base = 90 //Else these things just fail all the time, goddamn. - Erthilo build_type = PROTOLATHE materials = list("$metal" = 700, "$glass" = 70) build_path = "/obj/item/weapon/cell/super" @@ -1114,7 +1114,7 @@ datum desc = "A power cell that holds 30000 units of energy" id = "hyper_cell" req_tech = list("powerstorage" = 6, "materials" = 4) - reliability_base = 70 + reliability_base = 85 build_type = PROTOLATHE materials = list("$metal" = 400, "$gold" = 150, "$silver" = 150, "$glass" = 70) build_path = "/obj/item/weapon/cell/hyper" diff --git a/config/admins.txt b/config/admins.txt index 39f76eca3a1..790541e9862 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -18,6 +18,4 @@ skymarshal - Game Master spaceman96 - Game Admin strumpetplaya - Retired Admin tastyfish - Game Master -uristqwerty - Game Master -erthilo - Game Master -erthilo2 - Game Master \ No newline at end of file +uristqwerty - Game Master \ No newline at end of file diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 9d7b7b3bbac..72c63264999 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ