Merge pull request #52112 from ArcaneMusic/BountyBoardUpdate

Fixes a consistency issue with Bounty Boards, plus sprite tweaks.
This commit is contained in:
skoglol
2020-07-12 12:25:26 +02:00
committed by GitHub
4 changed files with 17 additions and 14 deletions
+15 -11
View File
@@ -4965,6 +4965,20 @@
},
/turf/open/floor/plasteel/dark,
/area/security/brig)
"akV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 8
},
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/obj/machinery/bounty_board{
dir = 1;
pixel_y = -32
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"akW" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/obj/machinery/door/airlock/security/glass{
@@ -11088,16 +11102,6 @@
},
/turf/open/floor/plasteel,
/area/quartermaster/miningdock)
"azV" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
dir = 8
},
/obj/effect/turf_decal/tile/neutral,
/obj/effect/turf_decal/tile/neutral{
dir = 8
},
/turf/open/floor/plasteel,
/area/crew_quarters/dorms)
"azW" = (
/turf/open/floor/plasteel,
/area/ai_monitored/storage/eva)
@@ -89981,7 +89985,7 @@ auU
avG
awr
awr
azV
akV
aAh
aAh
aFg
Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB

@@ -123,12 +123,11 @@ export const RequestKioskContent = (props, context) => {
<Section>
<TextArea
fluid
value={bountyText}
height="250px"
width="200px"
backgroundColor="black"
textColor="white"
onInput={(e, value) => act('bountyText', {
onChange={(e, value) => act('bountyText', {
bountytext: value,
})} />
<Box>
File diff suppressed because one or more lines are too long