Correctly set description of nonstandard cells
This commit is contained in:
committed by
CitadelStationBot
parent
a5cd43ae61
commit
129cd705d1
@@ -378,10 +378,7 @@
|
||||
var/mob/living/silicon/robot/R = new /mob/living/silicon/robot(loc)
|
||||
|
||||
// cyborgs produced by Robotize get an automatic power cell
|
||||
R.cell = new(R)
|
||||
R.cell.maxcharge = 7500
|
||||
R.cell.charge = 7500
|
||||
|
||||
R.cell = new /obj/item/stock_parts/cell/high(R, 7500)
|
||||
|
||||
R.gender = gender
|
||||
R.invisibility = 0
|
||||
|
||||
Reference in New Issue
Block a user