up to upstream-merge-27868
This commit is contained in:
@@ -111,7 +111,7 @@ They *could* go in their appropriate files, but this is supposed to be modular
|
||||
S.cell.charge += charge
|
||||
charge = 0
|
||||
corrupt()
|
||||
updateicon()
|
||||
update_icon()
|
||||
|
||||
|
||||
//RDCONSOLE//
|
||||
|
||||
@@ -56,6 +56,8 @@ Contents:
|
||||
var/s_bombs = 10//Number of starting ninja smoke bombs.
|
||||
var/a_boost = 3//Number of adrenaline boosters.
|
||||
|
||||
/obj/item/clothing/suit/space/space_ninja/get_cell()
|
||||
return cell
|
||||
|
||||
/obj/item/clothing/suit/space/space_ninja/New()
|
||||
..()
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
U.put_in_hands(old_cell)
|
||||
old_cell.add_fingerprint(U)
|
||||
old_cell.corrupt()
|
||||
old_cell.updateicon()
|
||||
old_cell.update_icon()
|
||||
cell = CELL
|
||||
to_chat(U, "<span class='notice'>Upgrade complete. Maximum capacity: <b>[round(cell.maxcharge/100)]</b>%</span>")
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user