mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Merge branch 'master' of https://github.com/tgstation/-tg-station into qdel_r
Conflicts: code/game/gamemodes/changeling/changeling_mutations.dm code/game/gamemodes/changeling/changeling_powers.dm code/game/gamemodes/malfunction/Malf_Modules.dm code/game/objects/items/weapons/tanks/watertank.dm code/game/objects/structures/tables_racks.dm code/modules/research/server.dm
This commit is contained in:
@@ -282,6 +282,9 @@
|
||||
|
||||
var/mob/living/silicon/robot/O = new /mob/living/silicon/robot( loc )
|
||||
|
||||
if (config.rename_cyborg)
|
||||
O.rename_self("cyborg", 1)
|
||||
|
||||
// cyborgs produced by Robotize get an automatic power cell
|
||||
O.cell = new(O)
|
||||
O.cell.maxcharge = 7500
|
||||
|
||||
Reference in New Issue
Block a user