mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
mechs now start with a high-capacity power cell+ (#12382)
This commit is contained in:
committed by
variableundefined
parent
b86251b26d
commit
bc85be73a1
@@ -151,9 +151,7 @@
|
||||
C.forceMove(src)
|
||||
cell = C
|
||||
return
|
||||
cell = new(src)
|
||||
cell.charge = 15000
|
||||
cell.maxcharge = 15000
|
||||
cell = new/obj/item/stock_parts/cell/high/plus(src)
|
||||
|
||||
/obj/mecha/proc/add_cabin()
|
||||
cabin_air = new
|
||||
|
||||
Reference in New Issue
Block a user