mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Gives the pirate ship a cell charger (#67569)
* gives the pirate ship a cell charger so they can recharge their suit cells without having to rely on a station charger * moves laser guns above existing gun charger, adds one high capacity cell like other chargers
This commit is contained in:
@@ -23,6 +23,13 @@
|
||||
/obj/effect/turf_decal/tile/red{
|
||||
dir = 8
|
||||
},
|
||||
/obj/item/gun/energy/laser{
|
||||
pixel_x = -3;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/item/gun/energy/laser{
|
||||
pixel_y = 3
|
||||
},
|
||||
/turf/open/floor/iron/dark,
|
||||
/area/shuttle/pirate)
|
||||
"ac" = (
|
||||
@@ -523,13 +530,8 @@
|
||||
},
|
||||
/obj/effect/decal/cleanable/dirt,
|
||||
/obj/structure/table,
|
||||
/obj/item/gun/energy/laser{
|
||||
pixel_x = -3;
|
||||
pixel_y = 6
|
||||
},
|
||||
/obj/item/gun/energy/laser{
|
||||
pixel_y = 3
|
||||
},
|
||||
/obj/machinery/cell_charger,
|
||||
/obj/item/stock_parts/cell/high,
|
||||
/turf/open/floor/pod/light,
|
||||
/area/shuttle/pirate)
|
||||
"bm" = (
|
||||
|
||||
Reference in New Issue
Block a user