mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Resprites power cells, fixes and cleans up power cells and power cell derivatives (#64900)
imageadd: Power cells and the cell charger have been resprited, the charger will now look correct with a much wider variety of non-standard power cells del: Removed the uncraftable 15k charge high-capacity power cell+, all instances have been replaced with the regular 10k charge high-capacity cell fix: Erroneous power cell charge indicators have been removed from many non-standard types of power cells fix: All varieties of marauder mech including the nuke ops mauler come with a bluespace power cell, consistent with other nuke op mechs fix: Power cell charge indicators will now update while in a cell charger fix: Potato and other crop batteries will not have their wires disappear when on cell chargers
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
|
||||
/obj/item/mod/control/pre_equipped/loader
|
||||
theme = /datum/mod_theme/loader
|
||||
applied_cell = /obj/item/stock_parts/cell/high/plus
|
||||
initial_modules = list(
|
||||
/obj/item/mod/module/storage/large_capacity,
|
||||
/obj/item/mod/module/flashlight,
|
||||
@@ -105,7 +104,6 @@
|
||||
|
||||
/obj/item/mod/control/pre_equipped/security
|
||||
theme = /datum/mod_theme/security
|
||||
applied_cell = /obj/item/stock_parts/cell/high/plus
|
||||
initial_modules = list(
|
||||
/obj/item/mod/module/storage,
|
||||
/obj/item/mod/module/flashlight,
|
||||
@@ -199,7 +197,6 @@
|
||||
|
||||
/obj/item/mod/control/pre_equipped/prototype
|
||||
theme = /datum/mod_theme/prototype
|
||||
applied_cell = /obj/item/stock_parts/cell/high/plus
|
||||
initial_modules = list(
|
||||
/obj/item/mod/module/storage,
|
||||
/obj/item/mod/module/welding,
|
||||
|
||||
Reference in New Issue
Block a user