Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Sep 25, 2024
2 parents ae3e8d8 + d0171aa commit 74fcf23
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 6 deletions.
6 changes: 6 additions & 0 deletions _maps/shuttles/independent/independent_mudskipper.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1096,6 +1096,9 @@
dir = 4;
id = "mudskipper_engine"
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/engineering/engine)
"zR" = (
Expand Down Expand Up @@ -1670,6 +1673,9 @@
dir = 4;
id = "mudskipper_engine"
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/engineering/engine)
"MK" = (
Expand Down
24 changes: 18 additions & 6 deletions _maps/shuttles/independent/independent_shetland.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@
},
/obj/machinery/button/door{
dir = 1;
id = "amogusthrusters";
id = "shetportthrusters";
name = "Thruster Lockdown";
pixel_y = -21
},
Expand Down Expand Up @@ -2297,7 +2297,7 @@
pixel_y = 5
},
/obj/machinery/button/door{
id = "amogusthrusters";
id = "shetstarboardengine";
name = "Thruster Lockdown";
pixel_y = 24
},
Expand Down Expand Up @@ -2748,11 +2748,14 @@
},
/obj/machinery/door/poddoor{
dir = 4;
id = "amogusthrusters"
id = "shetstarboardengine"
},
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"wU" = (
Expand Down Expand Up @@ -4423,11 +4426,14 @@
},
/obj/machinery/door/poddoor{
dir = 4;
id = "amogusthrusters"
id = "shetportthrusters"
},
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/maintenance/port)
"Lx" = (
Expand Down Expand Up @@ -4989,11 +4995,14 @@
},
/obj/machinery/door/poddoor{
dir = 4;
id = "amogusthrusters"
id = "shetportthrusters"
},
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/maintenance/port)
"PR" = (
Expand Down Expand Up @@ -5157,11 +5166,14 @@
},
/obj/machinery/door/poddoor{
dir = 4;
id = "amogusthrusters"
id = "shetstarboardengine"
},
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/structure/window/reinforced{
dir = 8
},
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"Ri" = (
Expand Down
2 changes: 2 additions & 0 deletions code/modules/projectiles/guns/ballistic/rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@
sawn_off = TRUE
weapon_weight = WEAPON_MEDIUM
w_class = WEIGHT_CLASS_NORMAL
spread = 24
spread_unwielded = 30
slot_flags = ITEM_SLOT_BELT

/obj/item/gun/ballistic/rifle/solgov
Expand Down
8 changes: 8 additions & 0 deletions code/modules/projectiles/guns/ballistic/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,14 @@ EMPTY_GUN_HELPER(shotgun/automatic/bulldog/inteq)
sawn_off = TRUE
slot_flags = ITEM_SLOT_BELT

wield_slowdown = 0.25
wield_delay = 0.3 SECONDS //OP? maybe

spread = 8
spread_unwielded = 15
recoil = 3 //or not
recoil_unwielded = 5

/obj/item/gun/ballistic/shotgun/automatic/combat/compact/compact
name = "compact compact combat shotgun"
desc = "A compact version of the compact version of the semi automatic combat shotgun. For when you want a gun the same size as your brain."
Expand Down
7 changes: 7 additions & 0 deletions html/changelogs/archive/2024-09.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,3 +163,10 @@
- bugfix: miso soup spelling error
zimon9:
- rscadd: Adds a bit more contrast to the output of health analyzers
2024-09-25:
Jedi-Toothpaste:
- bugfix: Added windows to the mudskipper and shetland's engines.
- bugfix: Adjusted the blast doors which open on the Shetland's engines.
SomeguyManperson:
- bugfix: sawn off illestren/improvised shotgun stats are now consistent if they
are spawned in

0 comments on commit 74fcf23

Please sign in to comment.