Merge pull request #12856 from Very-Soft/somequicktweaks

Quick GB tweaks
This commit is contained in:
Casey
2022-04-28 02:22:11 -04:00
committed by GitHub
5 changed files with 184 additions and 23 deletions
+24
View File
@@ -191,3 +191,27 @@
prob(1);/obj/item/weapon/flame/lighter/random, prob(1);/obj/item/weapon/flame/lighter/random,
prob(1);/obj/item/weapon/storage/wallet/random, prob(1);/obj/item/weapon/storage/wallet/random,
prob(1);/obj/random/cutout) prob(1);/obj/random/cutout)
/obj/random/instrument
name = "random instrument"
desc = "This is a random instrument."
icon = 'icons/obj/musician.dmi'
icon_state = "violin"
spawn_nothing_percentage = 0
/obj/random/instrument/item_to_spawn()
return pick(prob(5);/obj/item/instrument/violin,
prob(5);/obj/item/instrument/banjo,
prob(5);/obj/item/instrument/guitar,
prob(5);/obj/item/instrument/eguitar,
prob(5);/obj/item/instrument/accordion,
prob(5);/obj/item/instrument/trumpet,
prob(5);/obj/item/instrument/saxophone,
prob(5);/obj/item/instrument/trombone,
prob(5);/obj/item/instrument/recorder,
prob(5);/obj/item/instrument/harmonica,
prob(1);/obj/item/instrument/bikehorn,
prob(5);/obj/item/instrument/piano_synth,
prob(5);/obj/item/instrument/glockenspiel,
prob(1);/obj/item/instrument/musicalmoth
)
+121 -11
View File
@@ -48,6 +48,9 @@
/obj/machinery/computer/arcade/battle{ /obj/machinery/computer/arcade/battle{
dir = 8 dir = 8
}, },
/obj/structure/sign/painting/library_secure{
pixel_x = 30
},
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/groundbase/civilian/bar) /area/groundbase/civilian/bar)
"ah" = ( "ah" = (
@@ -1137,6 +1140,12 @@
/obj/effect/landmark/start/medical, /obj/effect/landmark/start/medical,
/turf/simulated/floor/tiled/white, /turf/simulated/floor/tiled/white,
/area/groundbase/medical/office) /area/groundbase/medical/office)
"cT" = (
/obj/structure/sign/painting/library_secure{
pixel_y = 30
},
/turf/simulated/floor/tiled/dark,
/area/groundbase/civilian/bar)
"cU" = ( "cU" = (
/obj/item/weapon/stock_parts/manipulator, /obj/item/weapon/stock_parts/manipulator,
/obj/item/weapon/stock_parts/matter_bin, /obj/item/weapon/stock_parts/matter_bin,
@@ -2067,6 +2076,9 @@
/obj/machinery/firealarm{ /obj/machinery/firealarm{
dir = 4 dir = 4
}, },
/obj/structure/sign/painting/library_secure{
pixel_y = -30
},
/turf/simulated/floor/lino, /turf/simulated/floor/lino,
/area/groundbase/civilian/cafe) /area/groundbase/civilian/cafe)
"fk" = ( "fk" = (
@@ -2797,6 +2809,13 @@
"gW" = ( "gW" = (
/turf/simulated/floor/lino, /turf/simulated/floor/lino,
/area/groundbase/civilian/cafe) /area/groundbase/civilian/cafe)
"gX" = (
/obj/structure/table/bench/padded,
/obj/structure/sign/painting/library_secure{
pixel_x = -30
},
/turf/simulated/floor/tiled/dark,
/area/groundbase/civilian/bar)
"gY" = ( "gY" = (
/obj/machinery/telecomms/hub/preset/groundbase, /obj/machinery/telecomms/hub/preset/groundbase,
/turf/simulated/floor/tiled/dark{ /turf/simulated/floor/tiled/dark{
@@ -3067,6 +3086,9 @@
/turf/simulated/wall, /turf/simulated/wall,
/area/groundbase/medical/resleeving) /area/groundbase/medical/resleeving)
"hM" = ( "hM" = (
/obj/structure/sign/painting/library_secure{
pixel_y = -30
},
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/groundbase/medical/autoresleeving) /area/groundbase/medical/autoresleeving)
"hN" = ( "hN" = (
@@ -3447,6 +3469,12 @@
"iH" = ( "iH" = (
/turf/simulated/wall/r_wall, /turf/simulated/wall/r_wall,
/area/maintenance/groundbase/level1/netunnel) /area/maintenance/groundbase/level1/netunnel)
"iI" = (
/obj/structure/sign/painting/library_secure{
pixel_y = 30
},
/turf/simulated/floor/tiled/dark,
/area/groundbase/security/briefing)
"iJ" = ( "iJ" = (
/obj/structure/table/rack{ /obj/structure/table/rack{
dir = 8; dir = 8;
@@ -3484,6 +3512,15 @@
}, },
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/groundbase/engineering/engine) /area/groundbase/engineering/engine)
"iO" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 8
},
/obj/structure/sign/painting/library_secure{
pixel_y = -30
},
/turf/simulated/floor/tiled/white,
/area/groundbase/medical/equipment)
"iP" = ( "iP" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/machinery/atmospherics/pipe/simple/hidden/supply{ /obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -6106,6 +6143,10 @@
dir = 4 dir = 4
}, },
/obj/machinery/light, /obj/machinery/light,
/obj/structure/table/reinforced,
/obj/machinery/photocopier/faxmachine{
department = "Engineering"
},
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/groundbase/engineering/lobby) /area/groundbase/engineering/lobby)
"pf" = ( "pf" = (
@@ -6829,6 +6870,9 @@
/obj/structure/bed/chair/wood{ /obj/structure/bed/chair/wood{
dir = 4 dir = 4
}, },
/obj/structure/sign/painting/library_secure{
pixel_y = 30
},
/turf/simulated/floor/wood, /turf/simulated/floor/wood,
/area/groundbase/civilian/cafe) /area/groundbase/civilian/cafe)
"qY" = ( "qY" = (
@@ -7258,6 +7302,15 @@
/obj/machinery/portable_atmospherics/powered/pump/filled, /obj/machinery/portable_atmospherics/powered/pump/filled,
/turf/simulated/floor/tiled/techmaint, /turf/simulated/floor/tiled/techmaint,
/area/groundbase/engineering/atmos) /area/groundbase/engineering/atmos)
"rS" = (
/obj/structure/closet/walllocker_double{
pixel_y = 28
},
/obj/random/instrument,
/obj/random/instrument,
/obj/item/instrument/guitar,
/turf/simulated/floor/wood,
/area/groundbase/civilian/gameroom)
"rT" = ( "rT" = (
/turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{ /turf/simulated/floor/outdoors/newdirt_nograss/virgo3c{
outdoors = 0 outdoors = 0
@@ -8658,6 +8711,9 @@
/obj/machinery/alarm{ /obj/machinery/alarm{
dir = 8 dir = 8
}, },
/obj/structure/sign/painting/library_secure{
pixel_y = 30
},
/turf/simulated/floor/lino, /turf/simulated/floor/lino,
/area/groundbase/civilian/cafe) /area/groundbase/civilian/cafe)
"vp" = ( "vp" = (
@@ -8974,6 +9030,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ /obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 1 dir = 1
}, },
/obj/structure/sign/painting/library_secure{
pixel_y = 30
},
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/groundbase/security/halle) /area/groundbase/security/halle)
"vY" = ( "vY" = (
@@ -13564,6 +13623,12 @@
/obj/machinery/chemical_dispenser/bar_alc/full, /obj/machinery/chemical_dispenser/bar_alc/full,
/turf/simulated/floor/lino, /turf/simulated/floor/lino,
/area/groundbase/civilian/bar) /area/groundbase/civilian/bar)
"GS" = (
/obj/structure/sign/painting/library_secure{
pixel_x = -30
},
/turf/simulated/floor/tiled/dark,
/area/groundbase/security/warden)
"GT" = ( "GT" = (
/obj/structure/cable/yellow{ /obj/structure/cable/yellow{
icon_state = "4-8" icon_state = "4-8"
@@ -13591,6 +13656,12 @@
}, },
/turf/simulated/floor/carpet/sblucarpet, /turf/simulated/floor/carpet/sblucarpet,
/area/groundbase/security/iaa2) /area/groundbase/security/iaa2)
"GW" = (
/obj/structure/sign/painting/public{
pixel_x = -30
},
/turf/simulated/floor/wood,
/area/groundbase/civilian/gameroom)
"GX" = ( "GX" = (
/obj/machinery/light{ /obj/machinery/light{
dir = 8 dir = 8
@@ -13716,6 +13787,9 @@
}, },
/obj/structure/disposalpipe/segment, /obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/structure/sign/painting/library_secure{
pixel_x = -30
},
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/groundbase/medical/resleeving) /area/groundbase/medical/resleeving)
"Hl" = ( "Hl" = (
@@ -14531,8 +14605,17 @@
/obj/item/device/suit_cooling_unit, /obj/item/device/suit_cooling_unit,
/obj/item/device/suit_cooling_unit, /obj/item/device/suit_cooling_unit,
/obj/structure/table/reinforced, /obj/structure/table/reinforced,
/obj/structure/sign/painting/library_secure{
pixel_y = -30
},
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/groundbase/engineering/eva) /area/groundbase/engineering/eva)
"Jl" = (
/obj/structure/sign/painting/public{
pixel_y = -30
},
/turf/simulated/floor/wood,
/area/groundbase/civilian/gameroom)
"Jm" = ( "Jm" = (
/obj/machinery/camera/network/civilian{ /obj/machinery/camera/network/civilian{
dir = 1 dir = 1
@@ -15332,6 +15415,7 @@
dir = 1 dir = 1
}, },
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,
/obj/item/weapon/hand_labeler,
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/groundbase/security/briefing) /area/groundbase/security/briefing)
"Le" = ( "Le" = (
@@ -15474,6 +15558,9 @@
/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ /obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 1 dir = 1
}, },
/obj/structure/sign/painting/library_secure{
pixel_y = 30
},
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/groundbase/security/halle) /area/groundbase/security/halle)
"Lv" = ( "Lv" = (
@@ -17502,6 +17589,15 @@
}, },
/turf/simulated/floor/bmarble, /turf/simulated/floor/bmarble,
/area/groundbase/engineering/engine) /area/groundbase/engineering/engine)
"QF" = (
/obj/structure/bed/chair/backed_red{
dir = 4
},
/obj/structure/sign/painting/public{
pixel_x = -30
},
/turf/simulated/floor/wood,
/area/groundbase/civilian/gameroom)
"QG" = ( "QG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/black{ /obj/machinery/atmospherics/pipe/simple/hidden/black{
dir = 4 dir = 4
@@ -17517,6 +17613,8 @@
/obj/structure/table/reinforced, /obj/structure/table/reinforced,
/obj/item/device/sleevemate, /obj/item/device/sleevemate,
/obj/item/device/denecrotizer/medical, /obj/item/device/denecrotizer/medical,
/obj/item/bodybag/cryobag,
/obj/item/bodybag/cryobag,
/turf/simulated/floor/tiled/white, /turf/simulated/floor/tiled/white,
/area/groundbase/medical/equipment) /area/groundbase/medical/equipment)
"QI" = ( "QI" = (
@@ -18091,6 +18189,12 @@
outdoors = 0 outdoors = 0
}, },
/area/groundbase/command/ai/foyer) /area/groundbase/command/ai/foyer)
"Sd" = (
/obj/structure/sign/painting/library_secure{
pixel_y = -30
},
/turf/simulated/floor/tiled/white,
/area/groundbase/medical/lhallway)
"Se" = ( "Se" = (
/obj/effect/floor_decal/industrial/danger{ /obj/effect/floor_decal/industrial/danger{
dir = 8 dir = 8
@@ -18418,6 +18522,9 @@
/obj/machinery/atmospherics/unary/vent_scrubber/on{ /obj/machinery/atmospherics/unary/vent_scrubber/on{
dir = 1 dir = 1
}, },
/obj/structure/sign/painting/library_secure{
pixel_y = -30
},
/turf/simulated/floor/wood, /turf/simulated/floor/wood,
/area/groundbase/civilian/cafe) /area/groundbase/civilian/cafe)
"SP" = ( "SP" = (
@@ -20383,6 +20490,9 @@
/area/groundbase/command/tcomms/foyer) /area/groundbase/command/tcomms/foyer)
"XJ" = ( "XJ" = (
/obj/structure/closet/secure_closet/engineering_personal, /obj/structure/closet/secure_closet/engineering_personal,
/obj/structure/sign/painting/library_secure{
pixel_x = 30
},
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/groundbase/engineering/workshop) /area/groundbase/engineering/workshop)
"XK" = ( "XK" = (
@@ -25131,7 +25241,7 @@ AE
Hq Hq
tu tu
vV vV
ut gX
ut ut
yA yA
pj pj
@@ -25264,7 +25374,7 @@ Fi
FF FF
MO MO
pj pj
ht cT
vV vV
AA AA
ut ut
@@ -26032,7 +26142,7 @@ eR
eR eR
AZ AZ
cv cv
AN iI
kh kh
jx jx
az az
@@ -26613,7 +26723,7 @@ JA
Ea Ea
TC TC
iw iw
Pl GS
HW HW
uZ uZ
tw tw
@@ -26968,7 +27078,7 @@ ce
ce ce
ce ce
pj pj
ht cT
vV vV
AA AA
ut ut
@@ -29388,13 +29498,13 @@ MO
MO MO
MO MO
hq hq
Yl GW
Me Me
Hl Hl
AH AH
Yl Yl
Yl Yl
cr QF
hq hq
lE lE
lE lE
@@ -29820,7 +29930,7 @@ tb
Fn Fn
kC kC
Yl Yl
Yl Jl
hq hq
lE lE
vw vw
@@ -29956,7 +30066,7 @@ Ym
oS oS
vL vL
hq hq
Yl rS
uJ uJ
oI oI
kr kr
@@ -33940,7 +34050,7 @@ Tn
QC QC
Dx Dx
QC QC
qA iO
DQ DQ
oi oi
ze ze
@@ -34502,7 +34612,7 @@ Ni
jz jz
qC qC
ox ox
wA Sd
DQ DQ
KY KY
jw jw
+29 -4
View File
@@ -670,6 +670,9 @@
/obj/item/weapon/disk/nuclear{ /obj/item/weapon/disk/nuclear{
name = "authentication disk" name = "authentication disk"
}, },
/obj/machinery/light/small{
dir = 8
},
/turf/simulated/floor/wood, /turf/simulated/floor/wood,
/area/groundbase/command/captainq) /area/groundbase/command/captainq)
"bQ" = ( "bQ" = (
@@ -4252,7 +4255,7 @@
"mo" = ( "mo" = (
/obj/structure/table/woodentable, /obj/structure/table/woodentable,
/obj/machinery/photocopier/faxmachine{ /obj/machinery/photocopier/faxmachine{
department = "Library Conference Room" department = "Library"
}, },
/turf/simulated/floor/wood, /turf/simulated/floor/wood,
/area/groundbase/civilian/library) /area/groundbase/civilian/library)
@@ -4467,6 +4470,12 @@
/obj/item/weapon/material/minihoe, /obj/item/weapon/material/minihoe,
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/groundbase/science/xenobot) /area/groundbase/science/xenobot)
"mX" = (
/obj/machinery/light/small{
dir = 4
},
/turf/simulated/floor/wood,
/area/groundbase/command/captainq)
"mY" = ( "mY" = (
/obj/structure/disposalpipe/segment, /obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/hidden/supply, /obj/machinery/atmospherics/pipe/simple/hidden/supply,
@@ -10729,6 +10738,13 @@
/obj/item/weapon/storage/box/monkeycubes/wolpincubes, /obj/item/weapon/storage/box/monkeycubes/wolpincubes,
/turf/simulated/floor/tiled/white, /turf/simulated/floor/tiled/white,
/area/medical/virology) /area/medical/virology)
"FC" = (
/obj/machinery/chem_master,
/obj/structure/sign/painting/library_secure{
pixel_y = -30
},
/turf/simulated/floor/tiled/white,
/area/groundbase/medical/Chemistry)
"FD" = ( "FD" = (
/obj/structure/disposalpipe/segment{ /obj/structure/disposalpipe/segment{
dir = 1; dir = 1;
@@ -12799,6 +12815,11 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ /obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 9 dir = 9
}, },
/obj/structure/table/standard,
/obj/machinery/photocopier/faxmachine{
department = "Research";
pixel_y = 6
},
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/groundbase/science/rnd) /area/groundbase/science/rnd)
"Lt" = ( "Lt" = (
@@ -14144,6 +14165,10 @@
sortType = "Trash" sortType = "Trash"
}, },
/obj/structure/table/standard, /obj/structure/table/standard,
/obj/machinery/photocopier/faxmachine{
department = "Cargo";
pixel_y = 6
},
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/groundbase/cargo/office) /area/groundbase/cargo/office)
"Pc" = ( "Pc" = (
@@ -14825,7 +14850,7 @@
/turf/simulated/floor/tiled/dark, /turf/simulated/floor/tiled/dark,
/area/groundbase/command/hall) /area/groundbase/command/hall)
"QY" = ( "QY" = (
/obj/machinery/vending/fitness, /obj/random/vendorall,
/obj/machinery/light/small{ /obj/machinery/light/small{
dir = 1 dir = 1
}, },
@@ -31227,7 +31252,7 @@ tt
bx bx
Yu Yu
Ur Ur
nS FC
sW sW
TU TU
RJ RJ
@@ -32397,7 +32422,7 @@ Bo
ia ia
nz nz
no no
XW mX
ow ow
ia ia
kr kr
+1 -8
View File
@@ -2015,13 +2015,6 @@
"IS" = ( "IS" = (
/turf/simulated/open/virgo3c, /turf/simulated/open/virgo3c,
/area/groundbase/level3/ne/open) /area/groundbase/level3/ne/open)
"IV" = (
/obj/effect/floor_decal/industrial/warning{
dir = 1
},
/obj/machinery/vending/fitness,
/turf/simulated/floor/tiled/virgo3c,
/area/groundbase/medical/patio)
"Jf" = ( "Jf" = (
/obj/machinery/hologram/holopad, /obj/machinery/hologram/holopad,
/turf/simulated/floor/tiled/virgo3c, /turf/simulated/floor/tiled/virgo3c,
@@ -14626,7 +14619,7 @@ IS
IS IS
IS IS
Hx Hx
IV yZ
OD OD
Hn Hn
ky ky
+9
View File
@@ -443,33 +443,42 @@
limit_mob_size = FALSE limit_mob_size = FALSE
block_suit_sensors = TRUE block_suit_sensors = TRUE
forbid_events = TRUE forbid_events = TRUE
/area/groundbase/dorms/bathroom /area/groundbase/dorms/bathroom
name = "Dormitory Bathroom" name = "Dormitory Bathroom"
sound_env = SOUND_ENVIRONMENT_BATHROOM sound_env = SOUND_ENVIRONMENT_BATHROOM
/area/groundbase/dorms/room1 /area/groundbase/dorms/room1
name = "Dorm Room 1" name = "Dorm Room 1"
lightswitch = 0 lightswitch = 0
sound_env = SMALL_SOFTFLOOR
/area/groundbase/dorms/room2 /area/groundbase/dorms/room2
name = "Dorm Room 2" name = "Dorm Room 2"
lightswitch = 0 lightswitch = 0
sound_env = SMALL_SOFTFLOOR
/area/groundbase/dorms/room3 /area/groundbase/dorms/room3
name = "Dorm Room 3" name = "Dorm Room 3"
lightswitch = 0 lightswitch = 0
sound_env = SMALL_SOFTFLOOR
/area/groundbase/dorms/room4 /area/groundbase/dorms/room4
name = "Dorm Room 4" name = "Dorm Room 4"
lightswitch = 0 lightswitch = 0
sound_env = SMALL_SOFTFLOOR
/area/groundbase/dorms/room5 /area/groundbase/dorms/room5
name = "Dorm Room 5" name = "Dorm Room 5"
lightswitch = 0 lightswitch = 0
sound_env = SMALL_SOFTFLOOR
/area/groundbase/dorms/room6 /area/groundbase/dorms/room6
name = "Dorm Room 6" name = "Dorm Room 6"
lightswitch = 0 lightswitch = 0
sound_env = SMALL_SOFTFLOOR
/area/groundbase/dorms/room7 /area/groundbase/dorms/room7
name = "Dorm Room 7" name = "Dorm Room 7"
lightswitch = 0 lightswitch = 0
sound_env = SMALL_SOFTFLOOR
/area/groundbase/dorms/room8 /area/groundbase/dorms/room8
name = "Dorm Room 8" name = "Dorm Room 8"
lightswitch = 0 lightswitch = 0
sound_env = SMALL_SOFTFLOOR
/area/maintenance/groundbase/substation /area/maintenance/groundbase/substation
name = "Substation" name = "Substation"