Fixed accidental change of ninja cell to super capacity.

This commit is contained in:
LightningIron
2014-01-08 21:10:17 -06:00
parent 7a37eac624
commit 24be1d4a23

View File

@@ -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()