mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes Battlecruiser Turrets and Improves Turret's Faction Capabilities (#35427)
* Update portable_turret.dm * Update portable_turret.dm * Update portable_turret.dm * f
This commit is contained in:
committed by
ShizCalev
parent
d3cb9c2b9a
commit
1acee77427
@@ -904,13 +904,6 @@
|
||||
},
|
||||
/turf/open/floor/plating,
|
||||
/area/shuttle/pirate)
|
||||
"cf" = (
|
||||
/obj/machinery/porta_turret/syndicate{
|
||||
dir = 1;
|
||||
faction = "pirate"
|
||||
},
|
||||
/turf/closed/wall/mineral/plastitanium/nodiagonal,
|
||||
/area/shuttle/pirate)
|
||||
"cg" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
|
||||
/obj/machinery/door/airlock/public/glass{
|
||||
@@ -1788,6 +1781,13 @@
|
||||
},
|
||||
/turf/open/floor/engine/vacuum,
|
||||
/area/shuttle/pirate)
|
||||
"dV" = (
|
||||
/obj/machinery/porta_turret/syndicate{
|
||||
dir = 1;
|
||||
faction = list("pirate")
|
||||
},
|
||||
/turf/closed/wall/mineral/plastitanium/nodiagonal,
|
||||
/area/shuttle/pirate)
|
||||
|
||||
(1,1,1) = {"
|
||||
aa
|
||||
@@ -1803,7 +1803,7 @@ aj
|
||||
aj
|
||||
bF
|
||||
aj
|
||||
cf
|
||||
dV
|
||||
aj
|
||||
aj
|
||||
aj
|
||||
@@ -2323,7 +2323,7 @@ aj
|
||||
aj
|
||||
bW
|
||||
aj
|
||||
cf
|
||||
dV
|
||||
aj
|
||||
aj
|
||||
aj
|
||||
|
||||
Reference in New Issue
Block a user