mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
Fixed accidental change of ninja cell to super capacity.
This commit is contained in:
@@ -37,7 +37,7 @@ ________________________________________________________________________________
|
||||
reagents.my_atom = src
|
||||
for(var/reagent_id in reagent_list)
|
||||
reagent_id == "radium" ? reagents.add_reagent(reagent_id, r_maxamount+(a_boost*a_transfer)) : reagents.add_reagent(reagent_id, r_maxamount)//It will take into account radium used for adrenaline boosting.
|
||||
cell = new/obj/item/weapon/cell/super//The suit should *always* have a battery because so many things rely on it.
|
||||
cell = new/obj/item/weapon/cell/high//The suit should *always* have a battery because so many things rely on it.
|
||||
cell.charge = 9000//Starting charge should not be higher than maximum charge. It leads to problems with recharging.
|
||||
|
||||
/obj/item/clothing/suit/space/space_ninja/Del()
|
||||
|
||||
Reference in New Issue
Block a user