Skip to content

Commit

Permalink
Merge pull request #410 from RonninNiko/beta-dev
Browse files Browse the repository at this point in the history
Ronin ship fix
  • Loading branch information
MysticalFaceLesS authored Apr 15, 2024
2 parents f1761c5 + 060cd23 commit 00e19fc
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,9 @@
dir = 4
},
/obj/machinery/airalarm/directional/north,
/obj/machinery/firealarm/directional/west{
pixel_y = -14
},
/turf/open/floor/plasteel/tech/grid,
/area/ship/crew/dorm)
"gW" = (
Expand Down Expand Up @@ -1248,6 +1251,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/power/apc/auto_name/directional/west,
/obj/structure/cable,
/obj/machinery/firealarm/directional/west{
pixel_y = -14
},
/turf/open/floor/plasteel/freezer,
/area/ship/crew/toilet)
"BD" = (
Expand Down Expand Up @@ -1364,7 +1370,7 @@
pixel_x = 28
},
/obj/item/toy/plush/spider,
/obj/item/tank/internals/emergency_oxygen/engi,
/obj/item/tank/internals/emergency_oxygen/double,
/obj/item/clothing/head/papersack,
/turf/open/floor/plasteel/white,
/area/ship/engineering)
Expand Down Expand Up @@ -1670,6 +1676,7 @@
/obj/machinery/light/directional/west{
pixel_x = -35
},
/obj/machinery/firealarm/directional/west,
/turf/open/floor/plasteel/white,
/area/ship/bridge)
"Mv" = (
Expand Down Expand Up @@ -1700,6 +1707,7 @@
/obj/structure/sign/poster/contraband/red_rum{
pixel_y = 32
},
/obj/machinery/firealarm/directional/west,
/turf/open/floor/plasteel/dark,
/area/ship/crew)
"Nd" = (
Expand Down Expand Up @@ -1924,6 +1932,7 @@
/obj/structure/cable{
icon_state = "1-8"
},
/obj/machinery/firealarm/directional/south,
/turf/open/floor/plasteel/white,
/area/ship/hallway/central)
"Up" = (
Expand Down Expand Up @@ -2082,6 +2091,10 @@
pixel_y = 25;
pixel_x = -12
},
/obj/machinery/firealarm/directional/north{
pixel_y = 29;
pixel_x = 10
},
/turf/open/floor/plasteel/dark,
/area/ship/crew/office)
"XW" = (
Expand Down
44 changes: 21 additions & 23 deletions _maps/_mod_celadon/shuttles/syndicate/syndicate_kau_delta.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,19 @@
/obj/effect/turf_decal/spline/plain/opaque/syndiered{
dir = 9
},
/mob/living/simple_animal/hostile/asteroid/hivelord{
name = "Kirill";
faction = list("neutral");
a_intent = "help";
desc = "Truly the cutest creature, when you hug him, it feels like a whole army is hugging you, his name is Kirill... adorable";
mob_size = 1;
response_help_simple = "hug";
response_help_continuous = "hugs"
},
/obj/structure/bed/dogbed{
name = "Kiril bed";
anchored = 1
},
/turf/open/floor/carpet/black,
/area/ship/bridge)
"go" = (
Expand Down Expand Up @@ -902,7 +915,6 @@
/area/ship/bridge)
"uJ" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/item/circuitboard/machine/autolathe,
/obj/structure/cable{
icon_state = "2-4"
},
Expand Down Expand Up @@ -1530,6 +1542,7 @@
pixel_y = 8
},
/obj/item/stack/sheet/mineral/plasma/twenty,
/obj/item/storage/toolbox/electrical,
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"Fz" = (
Expand Down Expand Up @@ -1921,22 +1934,10 @@
"Nk" = (
/obj/structure/window/reinforced/tinted/frosted,
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/bed/dogbed{
name = "Kiril bed";
anchored = 1
},
/mob/living/simple_animal/hostile/asteroid/hivelord{
name = "Kirill";
faction = list("neutral");
a_intent = "help";
desc = "Truly the cutest creature, when you hug him, it feels like a whole army is hugging you, his name is Kirill... adorable";
mob_size = 1;
response_help_simple = "hug";
response_help_continuous = "hugs"
},
/obj/effect/turf_decal/spline/plain/opaque/syndiered{
dir = 1
},
/obj/machinery/rnd/server,
/turf/open/floor/carpet/black,
/area/ship/bridge)
"Nn" = (
Expand Down Expand Up @@ -2263,6 +2264,10 @@
"Vs" = (
/turf/open/floor/carpet/red_gold,
/area/ship/bridge)
"VE" = (
/obj/machinery/holopad/emergency/command,
/turf/open/floor/carpet/red_gold,
/area/ship/bridge)
"VI" = (
/obj/machinery/light/small/directional/south,
/obj/structure/sign/poster/official/fruit_bowl{
Expand Down Expand Up @@ -2320,17 +2325,10 @@
/area/ship/bridge)
"Wy" = (
/obj/machinery/light/directional/west,
/obj/structure/rack,
/obj/item/chair/plastic{
pixel_y = 16
},
/obj/item/chair/plastic{
pixel_y = 8
},
/obj/item/chair/plastic,
/obj/effect/turf_decal/spline/plain/opaque/syndiered{
dir = 8
},
/obj/machinery/autolathe/hacked,
/turf/open/floor/plasteel/dark,
/area/ship/cargo)
"WE" = (
Expand Down Expand Up @@ -2890,7 +2888,7 @@ HO
SE
dh
gn
Vs
VE
BC
Qb
jv
Expand Down

0 comments on commit 00e19fc

Please sign in to comment.