Merge pull request #12607 from Detective-Google/cog-2

cog fixes round 2
This commit is contained in:
silicons
2020-06-27 14:54:31 -07:00
committed by GitHub
4 changed files with 1202 additions and 1526 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -32,11 +32,6 @@
"g" = ( "g" = (
/turf/closed/wall/mineral/titanium/nodiagonal, /turf/closed/wall/mineral/titanium/nodiagonal,
/area/shuttle/abandoned) /area/shuttle/abandoned)
"h" = (
/obj/machinery/door/airlock/external,
/obj/structure/fans/tiny,
/turf/open/floor/plating,
/area/shuttle/abandoned)
"i" = ( "i" = (
/obj/machinery/suit_storage_unit/security, /obj/machinery/suit_storage_unit/security,
/obj/machinery/light/small{ /obj/machinery/light/small{
@@ -64,6 +59,7 @@
/area/shuttle/abandoned) /area/shuttle/abandoned)
"m" = ( "m" = (
/obj/structure/bed, /obj/structure/bed,
/obj/item/bedsheet/orange,
/turf/open/floor/plasteel, /turf/open/floor/plasteel,
/area/shuttle/abandoned) /area/shuttle/abandoned)
"n" = ( "n" = (
@@ -130,7 +126,6 @@
/area/shuttle/abandoned) /area/shuttle/abandoned)
"x" = ( "x" = (
/obj/machinery/door/firedoor/border_only/closed{ /obj/machinery/door/firedoor/border_only/closed{
icon_state = "door_closed";
dir = 4 dir = 4
}, },
/obj/machinery/door/window/eastright, /obj/machinery/door/window/eastright,
@@ -174,12 +169,12 @@
dir = 8 dir = 8
}, },
/obj/structure/closet/crate/secure/weapon, /obj/structure/closet/crate/secure/weapon,
/obj/item/gun/energy/laser/carbine,
/obj/machinery/button/flasher{ /obj/machinery/button/flasher{
id = "cogws"; id = "cogws";
pixel_x = -24; pixel_x = -24;
pixel_y = 8 pixel_y = 8
}, },
/obj/item/gun/energy/laser/retro,
/turf/open/floor/plasteel, /turf/open/floor/plasteel,
/area/shuttle/abandoned) /area/shuttle/abandoned)
"D" = ( "D" = (
@@ -191,7 +186,7 @@
/obj/effect/turf_decal/tile/red{ /obj/effect/turf_decal/tile/red{
dir = 4 dir = 4
}, },
/obj/item/gun/energy/e_gun/stun, /obj/item/gun/energy/laser/retro,
/turf/open/floor/plasteel, /turf/open/floor/plasteel,
/area/shuttle/abandoned) /area/shuttle/abandoned)
"E" = ( "E" = (
@@ -228,12 +223,14 @@
"I" = ( "I" = (
/obj/structure/table/reinforced, /obj/structure/table/reinforced,
/obj/item/clothing/glasses/sunglasses, /obj/item/clothing/glasses/sunglasses,
/obj/item/gps{
gpstag = "NTPRS"
},
/turf/open/floor/plasteel/grimy, /turf/open/floor/plasteel/grimy,
/area/shuttle/abandoned) /area/shuttle/abandoned)
"J" = ( "J" = (
/obj/structure/curtain, /obj/structure/curtain,
/obj/machinery/shower{ /obj/machinery/shower{
name = "shower";
pixel_y = 12 pixel_y = 12
}, },
/obj/item/soap/nanotrasen, /obj/item/soap/nanotrasen,
@@ -329,13 +326,13 @@ d
"} "}
(5,1,1) = {" (5,1,1) = {"
d d
h g
n n
n n
B B
H H
n n
h g
d d
"} "}
(6,1,1) = {" (6,1,1) = {"

View File

@@ -462,6 +462,10 @@
suffix = "whiteship_pod" suffix = "whiteship_pod"
name = "Salvage Pod" name = "Salvage Pod"
/datum/map_template/shuttle/whiteship/cog
suffix = "cog"
name = "NT Prisoner Transport"
/datum/map_template/shuttle/cargo/box /datum/map_template/shuttle/cargo/box
suffix = "box" suffix = "box"
name = "supply shuttle (Box)" name = "supply shuttle (Box)"
@@ -628,4 +632,4 @@
/datum/map_template/shuttle/hunter/bounty /datum/map_template/shuttle/hunter/bounty
suffix = "bounty" suffix = "bounty"
name = "Bounty Hunter Ship" name = "Bounty Hunter Ship"

View File

@@ -21,3 +21,6 @@
response_harm_simple = "kick" response_harm_simple = "kick"
gold_core_spawnable = FRIENDLY_SPAWN gold_core_spawnable = FRIENDLY_SPAWN
footstep_type = FOOTSTEP_MOB_CLAW footstep_type = FOOTSTEP_MOB_CLAW
/mob/living/simple_animal/pet/redpanda/stinky
name = "Stinky"